mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
update version info and plugin details
This commit is contained in:
parent
1f4665c189
commit
c5fc69fa2e
1 changed files with 11 additions and 5 deletions
|
@ -5,13 +5,19 @@
|
||||||
|
|
||||||
plugin_name = "Blocklist Importer"
|
plugin_name = "Blocklist Importer"
|
||||||
plugin_author = "Steve 'Tarka' Smith"
|
plugin_author = "Steve 'Tarka' Smith"
|
||||||
plugin_version = "0.3"
|
plugin_version = "0.4"
|
||||||
plugin_description = """
|
plugin_description = """
|
||||||
Downloads and import PeerGuardian blocklists.
|
Download and import various IP blocklists.
|
||||||
|
|
||||||
It can parse uncompressed text-format list, and Gzip P2B version 1 and
|
Currently this plugin can handle PeerGuardian (binary and text),
|
||||||
2. It does not currently support 7zip encoded lists unfortunately.
|
SafePeer and Emule lists. PeerGuardian 7zip format files are not
|
||||||
It is suggested these are downloaded an unpacked via a cron script.
|
supported. Files may be specified as URLs or locations on the local
|
||||||
|
filesystem.
|
||||||
|
|
||||||
|
A page with pointer to blocklist download sites is available on the
|
||||||
|
wiki:
|
||||||
|
|
||||||
|
http://dev.deluge-torrent.org/wiki/BlocklistPlugin
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def deluge_init(deluge_path):
|
def deluge_init(deluge_path):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue