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:19:20 +0200 |
commit | dbd7a02ab03dcc97a6d0eb0c6fcc95a75a63cc6d (patch) | |
tree | 1a8eb35d68b6acee217882487fcc413211ac7083 /pyload/plugins/hoster/IfileIt.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/IfileIt.py')
-rw-r--r-- | pyload/plugins/hoster/IfileIt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/IfileIt.py b/pyload/plugins/hoster/IfileIt.py index bf394f340..02bcbfd40 100644 --- a/pyload/plugins/hoster/IfileIt.py +++ b/pyload/plugins/hoster/IfileIt.py @@ -19,7 +19,7 @@ import re from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo from module.common.json_layer import json_loads -from module.plugins.ReCaptcha import ReCaptcha +from module.plugins.internal.CaptchaService import ReCaptcha from module.network.RequestFactory import getURL class IfileIt(SimpleHoster): |