diff options
Diffstat (limited to 'module/plugins')
| -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"  | 
