diff options
author | 2013-11-30 22:24:20 +0100 | |
---|---|---|
committer | 2013-11-30 22:24:20 +0100 | |
commit | 851011df889369cac5e4c91928be7e1a498f9ab8 (patch) | |
tree | 7138701c93ef2514c47419342e3428d270091d53 /module/plugins/hoster/NowDownloadEu.py | |
parent | fixed import in ExternalScripts (diff) | |
parent | TurbobitNet: fixed #421 (diff) | |
download | pyload-851011df889369cac5e4c91928be7e1a498f9ab8.tar.xz |
Merge branch 'stable' of github.com:pyload/pyload into stable
Diffstat (limited to 'module/plugins/hoster/NowDownloadEu.py')
-rw-r--r-- | module/plugins/hoster/NowDownloadEu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/NowDownloadEu.py b/module/plugins/hoster/NowDownloadEu.py index ff7d237f5..bd84b58bc 100644 --- a/module/plugins/hoster/NowDownloadEu.py +++ b/module/plugins/hoster/NowDownloadEu.py @@ -24,8 +24,8 @@ from module.utils import fixup class NowDownloadEu(SimpleHoster): __name__ = "NowDownloadEu" __type__ = "hoster" - __pattern__ = r"http://(?:www\.)?nowdownload\.(ch|eu|co)/(dl/|download\.php\?id=)(?P<ID>[a-zA-Z0-9]+)" - __version__ = "0.03" + __pattern__ = r"http://(?:www\.)?nowdownload\.(ch|co|eu|sx)/(dl/|download\.php\?id=)(?P<ID>\w+)" + __version__ = "0.04" __description__ = """NowDownloadCh""" __author_name__ = ("godofdream", "Walter Purcaro") __author_mail__ = ("", "vuolter@gmail.com") |