summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/NowVideoSx.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/NowVideoSx.py')
-rw-r--r--pyload/plugin/hoster/NowVideoSx.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyload/plugin/hoster/NowVideoSx.py b/pyload/plugin/hoster/NowVideoSx.py
index 3c747c253..3501c5219 100644
--- a/pyload/plugin/hoster/NowVideoSx.py
+++ b/pyload/plugin/hoster/NowVideoSx.py
@@ -8,9 +8,10 @@ from pyload.plugin.internal.SimpleHoster import SimpleHoster
class NowVideoSx(SimpleHoster):
__name__ = "NowVideoSx"
__type__ = "hoster"
- __version__ = "0.10"
+ __version__ = "0.12"
- __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/|.+?id=))(?P<ID>\w+)'
+ __config__ = [("use_premium", "bool", "Use premium account if available", True)]
__description__ = """NowVideo.sx hoster plugin"""
__license__ = "GPLv3"