summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Keep2shareCC.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-11 11:52:14 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-11 11:52:14 +0200
commit9e2ec8b92818b3b3b05561f9a2f277d56d1134b6 (patch)
treec3056844739a08e2ec4b421e32d6e65a2dbef9da /module/plugins/hoster/Keep2shareCC.py
parentGooIm: multiple downloads, resume and unlimited chunks are allowed even in fr... (diff)
downloadpyload-9e2ec8b92818b3b3b05561f9a2f277d56d1134b6.tar.xz
Keep2share: using ReCaptcha from CaptchaService
Diffstat (limited to 'module/plugins/hoster/Keep2shareCC.py')
-rw-r--r--module/plugins/hoster/Keep2shareCC.py4
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")