From ba9af516dad81b97c2558e68cce189cdc910e4fb Mon Sep 17 00:00:00 2001 From: Stefano Date: Mon, 7 Oct 2013 17:54:47 +0200 Subject: Keep2share: improved offline pattern suggested in #92 --- module/plugins/hoster/Keep2shareCC.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/Keep2shareCC.py b/module/plugins/hoster/Keep2shareCC.py index 62172a05e..9bdbad6fa 100644 --- a/module/plugins/hoster/Keep2shareCC.py +++ b/module/plugins/hoster/Keep2shareCC.py @@ -25,14 +25,14 @@ class Keep2shareCC(SimpleHoster): __name__ = "Keep2shareCC" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?keep2share\.cc/file/\w+" - __version__ = "0.01" + __version__ = "0.02" __description__ = """Keep2share.cc hoster plugin""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") FILE_NAME_PATTERN = r'File: (?P.+)' FILE_SIZE_PATTERN = r'Size: (?P[^<]+)' - FILE_OFFLINE_PATTERN = r'File not found or deleted' + FILE_OFFLINE_PATTERN = r'File not found or deleted|Sorry, this file is blocked or deleted' DIRECT_LINK_PATTERN = r'To download this file with slow speed, use this link' WAIT_PATTERN = r'Please wait ([\d:]+) to download this file' -- cgit v1.2.3