diff options
author | Stefano <l.stickell@yahoo.it> | 2013-10-11 11:52:14 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-10-11 11:52:14 +0200 |
commit | 9e2ec8b92818b3b3b05561f9a2f277d56d1134b6 (patch) | |
tree | c3056844739a08e2ec4b421e32d6e65a2dbef9da /module/plugins/hoster/Keep2shareCC.py | |
parent | GooIm: multiple downloads, resume and unlimited chunks are allowed even in fr... (diff) | |
download | pyload-9e2ec8b92818b3b3b05561f9a2f277d56d1134b6.tar.xz |
Keep2share: using ReCaptcha from CaptchaService
Diffstat (limited to 'module/plugins/hoster/Keep2shareCC.py')
-rw-r--r-- | module/plugins/hoster/Keep2shareCC.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/Keep2shareCC.py b/module/plugins/hoster/Keep2shareCC.py index 9bdbad6fa..5e4f5f540 100644 --- a/module/plugins/hoster/Keep2shareCC.py +++ b/module/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") |