From 4f7df275954614184abcb3267b81e7ccc9947202 Mon Sep 17 00:00:00 2001 From: Nitzo Date: Tue, 23 Aug 2016 02:56:01 +0300 Subject: [Keep2ShareCc] fix #2575 --- module/plugins/hoster/Keep2ShareCc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/Keep2ShareCc.py') diff --git a/module/plugins/hoster/Keep2ShareCc.py b/module/plugins/hoster/Keep2ShareCc.py index 2ffb79dab..c31d6c666 100644 --- a/module/plugins/hoster/Keep2ShareCc.py +++ b/module/plugins/hoster/Keep2ShareCc.py @@ -10,7 +10,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster class Keep2ShareCc(SimpleHoster): __name__ = "Keep2ShareCc" __type__ = "hoster" - __version__ = "0.31" + __version__ = "0.32" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?(keep2share|k2s|keep2s)\.cc/file/(?P\w+)' @@ -26,7 +26,8 @@ class Keep2ShareCc(SimpleHoster): ("Walter Purcaro", "vuolter@gmail.com" ), ("GammaC0de" , "nitzo2001[AT]yahoo[DOT]com")] - DIRECT_LINK = False #@TODO: Recheck in v0.4.10 + DIRECT_LINK = False #@TODO: Recheck in v0.4.10 + DISPOSITION = False #@TODO: Recheck in v0.4.10 URL_REPLACEMENTS = [(__pattern__ + ".*", "http://k2s.cc/file/\g")] -- cgit v1.2.3