From ce955b6c04f6ddaab1696c6cabf5e0aa83cbf846 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 11:50:52 +0200 Subject: Fix __author_name__ and __author_mail__ Merges vuolter/pyload@6c57a37 --- module/plugins/hoster/NowDownloadEu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hoster/NowDownloadEu.py') 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
(?P.*) (?P[0-9,.]+) (?P[kKMG])i?B ' FILE_OFFLINE_PATTERN = r'(This file does not exist!)' -- cgit v1.2.3