diff options
author | 2013-07-15 22:07:29 +0200 | |
---|---|---|
committer | 2013-07-15 22:19:20 +0200 | |
commit | dbd7a02ab03dcc97a6d0eb0c6fcc95a75a63cc6d (patch) | |
tree | 1a8eb35d68b6acee217882487fcc413211ac7083 /pyload/plugins/hoster/ShareonlineBiz.py | |
parent | fixed user deletion (diff) | |
download | pyload-dbd7a02ab03dcc97a6d0eb0c6fcc95a75a63cc6d.tar.xz |
Using CaptchaService to make them works on 0.5
(cherry picked from commit dd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd)
Conflicts:
pyload/plugins/hoster/EgoFilesCom.py
pyload/plugins/hoster/FreakshareCom.py
pyload/plugins/hoster/LuckyShareNet.py
pyload/plugins/hoster/UploadedTo.py
Diffstat (limited to 'pyload/plugins/hoster/ShareonlineBiz.py')
-rw-r--r-- | pyload/plugins/hoster/ShareonlineBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/ShareonlineBiz.py b/pyload/plugins/hoster/ShareonlineBiz.py index e1867168b..8a4bcfba8 100644 --- a/pyload/plugins/hoster/ShareonlineBiz.py +++ b/pyload/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" |