File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11## Description
2-
3- This is a [ Deluge] [ 1 ] plugin that allows you to create a list of default trackers
2+ Updated to Python3.7
3+ This is a updated fork of the [ Deluge] [ 1 ] plugin that allows you to create a list of default trackers
44that will be added to new public torrents (and old ones after restarting Deluge). The
55plugin will not duplicate existing trackers and does not care how the torrent
66was added so it works perfectly fine with infohashes.
77
88Private torrents are excluded on purpose, because their metadata is not
99supposed to reach public trackers.
1010
11+ download 2.7 here [ 2]
12+ download 3.7 here [ 3]
13+
1114Besides manually creating the default tracker list, you can also load it (periodically) from a URL.
1215
1316## Installation
@@ -16,7 +19,7 @@ Besides manually creating the default tracker list, you can also load it (period
1619
1720 ` python setup.py bdist_egg `
1821
19- (or try to use [ the one from the "egg" directory] [ 2 ] - be careful to install the py2.7 version of Deluge, if you're using Windows)
22+ (or try to use [ the one from the "egg" directory] [ 2 ] - be careful to install the py2.7 or py3.7 version of Deluge, if you're using Windows)
2023
2124* add it to Deluge from Preferences -> Plugins -> Install Plugin
2225
@@ -32,5 +35,6 @@ To get Deluge's output on Windows, run this in a terminal ("cmd" works):
3235* WebUI version
3336
3437[ 1 ] : http://deluge-torrent.org/
35- [ 2 ] : https://github.com/stefantalpalaru/deluge-default-trackers/raw/master/egg/DefaultTrackers-0.1-py2.7.egg
38+ [ 2 ] : https://github.com/BigWebstas/deluge-default-trackers/blob/master/egg/DefaultTrackers-0.1-py2.7.egg
39+ [ 3 ] : https://github.com/BigWebstas/deluge-default-trackers/blob/master/egg/DefaultTrackers-0.1-py3.7.egg
3640
You can’t perform that action at this time.
0 commit comments