diff options
author | Stefano <l.stickell@yahoo.it> | 2013-10-11 11:52:14 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-10-11 18:42:33 +0200 |
commit | 16cf2bf44cefa2519a2acfe07b6ba9000b9736fa (patch) | |
tree | 92d67c33fb6daa36b0da2a2b42110479c2c5c4fb /pyload/plugins/hoster | |
parent | GooIm: multiple downloads, resume and unlimited chunks are allowed even in fr... (diff) | |
download | pyload-16cf2bf44cefa2519a2acfe07b6ba9000b9736fa.tar.xz |
Keep2share: using ReCaptcha from CaptchaService
(cherry picked from commit 9e2ec8b92818b3b3b05561f9a2f277d56d1134b6)
Diffstat (limited to 'pyload/plugins/hoster')
-rw-r--r-- | pyload/plugins/hoster/Keep2shareCC.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/Keep2shareCC.py b/pyload/plugins/hoster/Keep2shareCC.py index 9bdbad6fa..5e4f5f540 100644 --- a/pyload/plugins/hoster/Keep2shareCC.py +++ b/pyload/plugins/hoster/Keep2shareCC.py @@ -18,14 +18,14 @@ import re from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo -from module.plugins.ReCaptcha import ReCaptcha +from module.plugins.internal.CaptchaService import ReCaptcha class Keep2shareCC(SimpleHoster): __name__ = "Keep2shareCC" __type__ = "hoster" __pattern__ = r"http://(?:www\.)?keep2share\.cc/file/\w+" - __version__ = "0.02" + __version__ = "0.03" __description__ = """Keep2share.cc hoster plugin""" __author_name__ = ("stickell") __author_mail__ = ("l.stickell@yahoo.it") |