summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareonlineBiz.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-15 22:07:29 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-15 22:07:29 +0200
commitdd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd (patch)
treed1ec1ef902a3e15fbd765ad91e4b41e2b9012e9a /module/plugins/hoster/ShareonlineBiz.py
parentUploadedTo: fixed http://forum.pyload.org/viewtopic.php?f=10&t=2799 (diff)
downloadpyload-dd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd.tar.xz
Using CaptchaService to make them works on 0.5
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index e1867168b..8a4bcfba8 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -10,7 +10,7 @@ from time import time, sleep
from module.plugins.Hoster import Hoster
from module.network.RequestFactory import getURL
from module.plugins.Plugin import chunks
-from module.plugins.ReCaptcha import ReCaptcha as _ReCaptcha
+from module.plugins.internal.CaptchaService import ReCaptcha as _ReCaptcha
def getInfo(urls):
api_url_base = "http://api.share-online.biz/linkcheck.php"