summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NowDownloadEu.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/NowDownloadEu.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/NowDownloadEu.py')
-rw-r--r--module/plugins/hoster/NowDownloadEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NowDownloadEu.py b/module/plugins/hoster/NowDownloadEu.py
index fb00e933e..24d8f3f1c 100644
--- a/module/plugins/hoster/NowDownloadEu.py
+++ b/module/plugins/hoster/NowDownloadEu.py
@@ -28,7 +28,7 @@ class NowDownloadEu(SimpleHoster):
__version__ = "0.05"
__description__ = """NowDownloadCh"""
__author_name__ = ("godofdream", "Walter Purcaro")
- __author_mail__ = ("", "vuolter@gmail.com")
+ __author_mail__ = ("soilfiction@gmail.com", "vuolter@gmail.com")
FILE_INFO_PATTERN = r'Downloading</span> <br> (?P<N>.*) (?P<S>[0-9,.]+) (?P<U>[kKMG])i?B </h4>'
FILE_OFFLINE_PATTERN = r'(This file does not exist!)'