Update tracker (#8)
This commit is contained in:
parent
6323e45ba8
commit
2569820f57
|
|
@ -1,4 +1,4 @@
|
|||

|
||||
[](https://youtu.be/Pk_TthHfLeE)
|
||||
|
||||
# Slam Mirror Bot
|
||||
This is a telegram bot writen in python for mirroring files on the internet to our beloved Google Drive.
|
||||
|
|
@ -92,8 +92,8 @@ where host is the name of extractor (eg. youtube, twitch). Multiple accounts of
|
|||
|
||||
Thanks to:
|
||||
- [Izzy12](https://github.com/lzzy12/) for original repo
|
||||
- [Dank-del](https://github.com/Dank-del/) for base repo
|
||||
- [magneto261290](https://github.com/magneto261290/) for some features
|
||||
- [Dank-del](https://github.com/Dank-del/) for Ayanamileechbot
|
||||
- [SVR666](https://github.com/SVR666/) for some fixes
|
||||
- [iamLiquidX](https://github.com/iamLiquidX/) for Speedtest module
|
||||
|
||||
|
|
|
|||
2
aria.sh
2
aria.sh
|
|
@ -1,5 +1,5 @@
|
|||
export MAX_DOWNLOAD_SPEED=0
|
||||
tracker_list=$(curl -Ns https://trackerslist.com/all_aria2.txt)
|
||||
tracker_list=$(curl -Ns https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt)
|
||||
export MAX_CONCURRENT_DOWNLOADS=7
|
||||
|
||||
aria2c --enable-rpc --rpc-listen-all=false --rpc-listen-port 6800 --check-certificate=false\
|
||||
|
|
|
|||
Loading…
Reference in New Issue