diff options
author | Stefano <l.stickell@yahoo.it> | 2013-07-15 22:07:29 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-07-15 22:07:29 +0200 |
commit | dd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd (patch) | |
tree | d1ec1ef902a3e15fbd765ad91e4b41e2b9012e9a /module/plugins/hoster/XFileSharingPro.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/XFileSharingPro.py')
-rw-r--r-- | module/plugins/hoster/XFileSharingPro.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/XFileSharingPro.py b/module/plugins/hoster/XFileSharingPro.py index 2103b0c20..d5a32dd16 100644 --- a/module/plugins/hoster/XFileSharingPro.py +++ b/module/plugins/hoster/XFileSharingPro.py @@ -22,8 +22,7 @@ from urllib import unquote from urlparse import urlparse from pycurl import FOLLOWLOCATION, LOW_SPEED_TIME from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo, PluginParseError -from module.plugins.ReCaptcha import ReCaptcha -from module.plugins.internal.CaptchaService import SolveMedia +from module.plugins.internal.CaptchaService import ReCaptcha, SolveMedia from module.utils import html_unescape class XFileSharingPro(SimpleHoster): |