-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Trackers from a URL list #8343
Comments
Thanks for the suggestion! I think we can look at this for |
I'm thinking of implementing this as follows. GUI:
Config:
DownloadManager:
|
Upon second thought: if we add the default trackers in tribler/src/tribler/core/libtorrent/restapi/downloads_endpoint.py Lines 442 to 445 in 3fc4ad3
|
Feature request, when adding a tracker, instead of accepting only individual tracker URL's allow adding a compiled list from a link, e.g.
https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt
qBittorrent has something similar and is able to download a µTorrent compatible list and add the trackers from the list.
It would also be good if the URL trackers list was made permanent (available) to add even after closing and restarting Tribler, without manually copy pasting the URL each time.
Having the URL list available to add (either manually or automatically) whilst importing new torrents would also be great.
The text was updated successfully, but these errors were encountered: