Skip to content

Commit 709db81

Browse files
authored
fix: Fix Downloading on iSH (#1473)
1 parent e953558 commit 709db81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ani-cli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
version_number="4.9.6"
3+
version_number="4.9.7"
44

55
# UI
66

@@ -267,7 +267,7 @@ download() {
267267
fi
268268
;;
269269
*)
270-
aria2c --enable-rpc=false --check-certificate=false --continue --summary-interval=0 -x 16 -s 16 "$1" --dir="$download_dir" -o "$2.mp4" --download-result=hide
270+
aria2c --enable-rpc=false --check-certificate=false --continue --async-dns=false --summary-interval=0 -x 16 -s 16 "$1" --dir="$download_dir" -o "$2.mp4" --download-result=hide
271271
;;
272272
esac
273273
}

0 commit comments

Comments
 (0)