stefantalpalaru / deluge-default-trackers

Deluge plugin for adding default trackers to all the new torrents
GNU General Public License v3.0
141 stars 23 forks source link

Dynamic Tracker List URL Limit? #39

Closed neo-neo1 closed 2 years ago

neo-neo1 commented 2 years ago

Would it be possible to add more than 1 URL into the "Dynamic tracker list" field? I'm using the Deluge GTK client and it only lets me input 1 URL. Would manually editing the plugin's .conf file be possible to add an additional URL list?

By the way, thanks for this great plugin.

stefantalpalaru commented 2 years ago

The backend expects only one URL there: https://github.com/stefantalpalaru/deluge-default-trackers/blob/0cf6f6f42ac23d7cf5fcfb1bcb59aede5c23106f/defaulttrackers/core.py#L98

A modification to make it use multiple dynamic lists needs to also do deduplication for downloaded tracker URLs.

That said, do you really need more trackers than a single list provides?