summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Xdcc.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 12:15:32 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 12:15:32 +0200
commitd27113cef108461e2363cc4c88c4a1d01222c9e9 (patch)
tree3869f767de8b53de52a7e8fc32fa99f2b3c32409 /module/plugins/hoster/Xdcc.py
parentFix __type__ for crypters (diff)
downloadpyload-d27113cef108461e2363cc4c88c4a1d01222c9e9.tar.xz
Fix __config__
Merges vuolter/pyload@83ff313
Diffstat (limited to 'module/plugins/hoster/Xdcc.py')
-rw-r--r--module/plugins/hoster/Xdcc.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/module/plugins/hoster/Xdcc.py b/module/plugins/hoster/Xdcc.py
index e1c423453..43f0dd656 100644
--- a/module/plugins/hoster/Xdcc.py
+++ b/module/plugins/hoster/Xdcc.py
@@ -36,11 +36,9 @@ class Xdcc(Hoster):
__version__ = "0.32"
__pattern__ = r'xdcc://.*?(/#?.*?)?/.*?/#?\d+/?' # xdcc://irc.Abjects.net/#channel/[XDCC]|Shit/#0004/
__type__ = "hoster"
- __config__ = [
- ("nick", "str", "Nickname", "pyload"),
- ("ident", "str", "Ident", "pyloadident"),
- ("realname", "str", "Realname", "pyloadreal")
- ]
+ __config__ = [("nick", "str", "Nickname", "pyload"),
+ ("ident", "str", "Ident", "pyloadident"),
+ ("realname", "str", "Realname", "pyloadreal")]
__description__ = """Download from IRC XDCC bot"""
__author_name__ = "jeix"
__author_mail__ = "jeix@hasnomail.com"