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 1
1
## 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
4
4
that will be added to new public torrents (and old ones after restarting Deluge). The
5
5
plugin will not duplicate existing trackers and does not care how the torrent
6
6
was added so it works perfectly fine with infohashes.
7
7
8
8
Private torrents are excluded on purpose, because their metadata is not
9
9
supposed to reach public trackers.
10
10
11
+ download 2.7 here [ 2]
12
+ download 3.7 here [ 3]
13
+
11
14
Besides manually creating the default tracker list, you can also load it (periodically) from a URL.
12
15
13
16
## Installation
@@ -16,7 +19,7 @@ Besides manually creating the default tracker list, you can also load it (period
16
19
17
20
` python setup.py bdist_egg `
18
21
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)
20
23
21
24
* add it to Deluge from Preferences -> Plugins -> Install Plugin
22
25
@@ -32,5 +35,6 @@ To get Deluge's output on Windows, run this in a terminal ("cmd" works):
32
35
* WebUI version
33
36
34
37
[ 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
36
40
You can’t perform that action at this time.
0 commit comments