From 0ed9a4701df16cfbc06330c51fcf049b32e6258a Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Fri, 26 Oct 2012 08:50:33 +0200 Subject: update youtube plugin - closed #686 --- module/plugins/hoster/HellspyCz.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/HellspyCz.py') diff --git a/module/plugins/hoster/HellspyCz.py b/module/plugins/hoster/HellspyCz.py index ad0cccd54..9858c82b7 100644 --- a/module/plugins/hoster/HellspyCz.py +++ b/module/plugins/hoster/HellspyCz.py @@ -23,12 +23,13 @@ class HellspyCz(SimpleHoster): __name__ = "HellspyCz" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*(?:hellspy\.(?:cz|com|sk|hu|pl)|sciagaj.pl)(/\S+/\d+)/?.*" - __version__ = "0.26" + __version__ = "0.27" __description__ = """HellSpy.cz""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") - FILE_INFO_PATTERN = '(?P[0-9.]+) (?P[kKMG])i?B\s*

(?P[0-9.]+)\s*(?P[kKMG])i?B' + FILE_NAME_PATTERN = r'

(404 - Page|File) not found

' FILE_URL_REPLACEMENTS = [(__pattern__, r"http://www.hellspy.com\1")] -- cgit v1.2.3