summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/NowDownloadEu.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/NowDownloadEu.py')
-rw-r--r--pyload/plugins/hoster/NowDownloadEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/NowDownloadEu.py b/pyload/plugins/hoster/NowDownloadEu.py
index 624370916..cc1a10da0 100644
--- a/pyload/plugins/hoster/NowDownloadEu.py
+++ b/pyload/plugins/hoster/NowDownloadEu.py
@@ -25,7 +25,7 @@ from module.utils import fixup
class NowDownloadEu(SimpleHoster):
__name__ = "NowDownloadEu"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?nowdownload\.(ch|co|eu|sx)/(dl/|download\.php\?id=)(?P<ID>\w+)"
+ __pattern__ = r'http://(?:www\.)?nowdownload\.(ch|co|eu|sx)/(dl/|download\.php\?id=)(?P<ID>\w+)'
__version__ = "0.05"
__description__ = """NowDownload.ch hoster plugin"""
__author_name__ = ("godofdream", "Walter Purcaro")