diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-01 01:47:26 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-01 01:47:26 +0100 |
commit | 2907ad099a4ac1faa1c5661feb02bbdbce0b5244 (patch) | |
tree | 355177a6553ddbbe7319cc627455738cd2fc68df /module/plugins/hoster/NowVideoSx.py | |
parent | [NowDownloadSx] Improve __pattern__ (diff) | |
download | pyload-2907ad099a4ac1faa1c5661feb02bbdbce0b5244.tar.xz |
[NowVideoSx] Improve __pattern__
Diffstat (limited to 'module/plugins/hoster/NowVideoSx.py')
-rw-r--r-- | module/plugins/hoster/NowVideoSx.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/NowVideoSx.py b/module/plugins/hoster/NowVideoSx.py index d0777ca4b..0dedfbd42 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.08" + __version__ = "0.09" - __pattern__ = r'http://(?:www\.)?nowvideo\.(at|ch|co|eu|sx)/(video|mobile/#/videos)/(?P<ID>\w+)' + __pattern__ = r'http://(?:www\.)?nowvideo\.(at|ch|co|eu|li|sx)/(video|mobile/#/videos)/(?P<ID>\w+)' __description__ = """NowVideo.sx hoster plugin""" __license__ = "GPLv3" |