summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Keep2ShareCc.py
diff options
context:
space:
mode:
authorGravatar Nitzo <nitzo2001@yahoo.com> 2016-08-23 01:56:01 +0200
committerGravatar Nitzo <nitzo2001@yahoo.com> 2016-08-23 01:56:01 +0200
commit4f7df275954614184abcb3267b81e7ccc9947202 (patch)
treef0eb05cd793c95edca6a60589a3c289a81a48478 /module/plugins/hoster/Keep2ShareCc.py
parent[Keep2ShareCc] restore WAIT_PATTERN (diff)
downloadpyload-4f7df275954614184abcb3267b81e7ccc9947202.tar.xz
[Keep2ShareCc] fix #2575
Diffstat (limited to 'module/plugins/hoster/Keep2ShareCc.py')
-rw-r--r--module/plugins/hoster/Keep2ShareCc.py5
1 files changed, 3 insertions, 2 deletions
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<ID>\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<ID>")]