This script helps to update bt-tracker
of aria2 config file from ngosang/trackerslist.
The script requires the requests
module. If you use entware
, run
opkg install python3-requests
Anyway, please install the requests
module properly.
Put the script updater.py
under the same folder of your aria2 config file (Default: aria2.conf
). Run
python updater.py
or if your config filename is customized, run
python updater.py -i <customized config filename>
For example, if your config filename is "aria2.cfg", run
python updater.py -i aria2.cfg