Update tracker (#8)

This commit is contained in:
Hafitz Setya 2021-02-28 06:30:47 +07:00 committed by GitHub
parent 6323e45ba8
commit 2569820f57
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
![Slam](https://telegra.ph/file/db03910496f06094f1f7a.jpg)
[![Slam](https://telegra.ph/file/db03910496f06094f1f7a.jpg)](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

View File

@ -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\