We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e953558 commit 709db81Copy full SHA for 709db81
ani-cli
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-version_number="4.9.6"
+version_number="4.9.7"
4
5
# UI
6
@@ -267,7 +267,7 @@ download() {
267
fi
268
;;
269
*)
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
+ 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
271
272
esac
273
}
0 commit comments