summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/SimplydebridCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-04-11 11:50:52 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-11 11:50:52 +0200
commitce955b6c04f6ddaab1696c6cabf5e0aa83cbf846 (patch)
treefa236a266813f0082551346c7b9b408e2bb5e413 /module/plugins/hoster/SimplydebridCom.py
parentRyushareCom: Code cosmetics (diff)
downloadpyload-ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846.tar.xz
Fix __author_name__ and __author_mail__
Merges vuolter/pyload@6c57a37
Diffstat (limited to 'module/plugins/hoster/SimplydebridCom.py')
-rw-r--r--module/plugins/hoster/SimplydebridCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/SimplydebridCom.py b/module/plugins/hoster/SimplydebridCom.py
index 67cc39255..106a25336 100644
--- a/module/plugins/hoster/SimplydebridCom.py
+++ b/module/plugins/hoster/SimplydebridCom.py
@@ -13,8 +13,8 @@ class SimplydebridCom(Hoster):
__type__ = "hoster"
__pattern__ = r"http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/sd.php/*"
__description__ = """simply-debrid.com hoster plugin"""
- __author_name__ = ("Kagenoshin")
- __author_mail__ = ("kagenoshin@gmx.ch")
+ __author_name__ = "Kagenoshin"
+ __author_mail__ = "kagenoshin@gmx.ch"
def setup(self):
self.resumeDownload = self.multiDL = True