summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/NowVideoSx.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-28 18:30:33 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-28 18:30:33 +0100
commitddd43db82de4f6a431740c321e93a13c2e6d754d (patch)
tree49ca1ffdd53674ca3ba656d40661954567a0d5ec /module/plugins/hoster/NowVideoSx.py
parent[container] Code cosmetics (diff)
downloadpyload-ddd43db82de4f6a431740c321e93a13c2e6d754d.tar.xz
[NowDownloadSx][NowVideoSx] Improve __pattern__
Diffstat (limited to 'module/plugins/hoster/NowVideoSx.py')
-rw-r--r--module/plugins/hoster/NowVideoSx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/NowVideoSx.py b/module/plugins/hoster/NowVideoSx.py
index 3f75a33f7..ff6fd43f8 100644
--- a/module/plugins/hoster/NowVideoSx.py
+++ b/module/plugins/hoster/NowVideoSx.py
@@ -8,9 +8,9 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class NowVideoSx(SimpleHoster):
__name__ = "NowVideoSx"
__type__ = "hoster"
- __version__ = "0.10"
+ __version__ = "0.11"
- __pattern__ = r'http://(?:www\.)?nowvideo\.(at|ch|co|eu|li|sx)/(video|mobile/#/videos)/(?P<ID>\w+)'
+ __pattern__ = r'http://(?:www\.)?nowvideo\.[a-zA-Z]{2,}/(video|mobile/#/videos)/(?P<ID>\w+)'
__description__ = """NowVideo.sx hoster plugin"""
__license__ = "GPLv3"