Skip to content

Commit 0fe65e1

Browse files
author
sammax
committed
minor update (redeploy)
- format code using black formatter - update direct link generator (anasty) - minor fix on custom filters (missing/wrong id) - update requirements.txt (add cloudscraper) - minor changes
1 parent ec340d5 commit 0fe65e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+8111
-4747
lines changed

aria.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aria2c --allow-overwrite=true --auto-file-renaming=true --bt-enable-lpd=true --b
33
--bt-remove-unselected-file=true --bt-tracker="[$tracker_list]" --check-certificate=false \
44
--check-integrity=true --continue=true --content-disposition-default-utf8=true --daemon=true \
55
--disk-cache=40M --enable-rpc=true --follow-torrent=mem --force-save=true --http-accept-gzip=true \
6-
--max-connection-per-server=10 --max-concurrent-downloads=10 --max-file-not-found=0 --max-tries=20 \
6+
--max-connection-per-server=10 --max-concurrent-downloads=1000 --max-file-not-found=0 --max-tries=20 \
77
--min-split-size=10M --optimize-concurrent-downloads=true --peer-id-prefix=-qB4390- --reuse-uri=true \
8-
--peer-agent=qBittorrent/4.3.9 --quiet=true --rpc-max-request-size=1024M --seed-ratio=0 --split=10 \
8+
--peer-agent=qBittorrent/4.5.2 --quiet=true --rpc-max-request-size=1024M --split=10 \
99
--summary-interval=0 --user-agent=Wget/1.12

0 commit comments

Comments
 (0)