diff options
author | 2013-07-15 22:07:29 +0200 | |
---|---|---|
committer | 2013-07-15 22:07:29 +0200 | |
commit | dd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd (patch) | |
tree | d1ec1ef902a3e15fbd765ad91e4b41e2b9012e9a /module/plugins/hoster/ShragleCom.py | |
parent | UploadedTo: fixed http://forum.pyload.org/viewtopic.php?f=10&t=2799 (diff) | |
download | pyload-dd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd.tar.xz |
Using CaptchaService to make them works on 0.5
Diffstat (limited to 'module/plugins/hoster/ShragleCom.py')
-rw-r--r-- | module/plugins/hoster/ShragleCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShragleCom.py b/module/plugins/hoster/ShragleCom.py index 99f9f2366..f21ad213d 100644 --- a/module/plugins/hoster/ShragleCom.py +++ b/module/plugins/hoster/ShragleCom.py @@ -6,7 +6,7 @@ from pycurl import FOLLOWLOCATION from module.plugins.Hoster import Hoster from module.plugins.internal.SimpleHoster import parseHtmlForm -from module.plugins.ReCaptcha import ReCaptcha +from module.plugins.internal.CaptchaService import ReCaptcha from module.network.RequestFactory import getURL API_KEY = "078e5ca290d728fd874121030efb4a0d" |