Skip to content

Commit be8cf40

Browse files
added pre compiled binary and updated readme
1 parent 2f21a5e commit be8cf40

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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
44
that will be added to new public torrents (and old ones after restarting Deluge). The
55
plugin will not duplicate existing trackers and does not care how the torrent
66
was added so it works perfectly fine with infohashes.
77

88
Private torrents are excluded on purpose, because their metadata is not
99
supposed to reach public trackers.
1010

11+
download 2.7 here [2]
12+
download 3.7 here [3]
13+
1114
Besides 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

0 commit comments

Comments
 (0)