Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version of CaptchaService.py | Nippey | 2016-01-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The file contains a change, that doesn't make it down to us users ;) pyLoad 0.4.9 Debug Report of ShareonlineBiz 0.65 ``` TRACEBACK: Traceback (most recent call last): File "/volume1/web/pyload-git-stable/module/PluginThread.py", line 187, in run pyfile.plugin.preprocessing(self) File "/volume1/@optware/share/pyload_config/userplugins/internal/Base.py", line 288, in preprocessing return self._process(*args, **kwargs) File "/volume1/@optware/share/pyload_config/userplugins/internal/Hoster.py", line 118, in _process self.process(self.pyfile) File "/volume1/@optware/share/pyload_config/userplugins/internal/SimpleHoster.py", line 283, in process self.handle_free(pyfile) File "/volume1/@optware/share/pyload_config/userplugins/hoster/ShareonlineBiz.py", line 96, in handle_free res = self.handle_captcha() File "/volume1/@optware/share/pyload_config/userplugins/hoster/ShareonlineBiz.py", line 72, in handle_captcha response, challenge = self.captcha.challenge(self.RECAPTCHA_KEY) File "/volume1/@optware/share/pyload_config/userplugins/captcha/ReCaptcha.py", line 50, in challenge version=2 if re.search(self.KEY_V2_PATTERN, data or self.retrieve_data()) else 1) File "/volume1/@optware/share/pyload_config/userplugins/internal/CaptchaService.py", line 30, in retrieve_data return self.plugin.data or self.plugin.last_html or "" AttributeError: 'ReCaptcha' object has no attribute 'plugin' ``` | ||||
* | [internals] Some code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -1/+1 |
| | |||||
* | Update CaptchaService.py | k1l | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | dont know if this is enough to let the updater get that version out in the wild. but getting this version manually solved my issue with pyload not loading files because of the 28.10.2015 11:02:41 WARNING Download failed: ...part07.rar | ReCaptcha data not found Error. See https://github.com/pyload/pyload/issues/2130#issuecomment-153542916 and following comment. | ||||
* | self.html -> self.data | Walter Purcaro | 2015-10-23 | 1 | -5/+1 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Version up for all plugins | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 1 | -3/+3 |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 1 | -3/+3 |
| | |||||
* | Update internal plugins | Walter Purcaro | 2015-07-27 | 1 | -5/+1 |
| | |||||
* | Account rewritten (2) | Walter Purcaro | 2015-07-25 | 1 | -2/+6 |
| | |||||
* | Account rewritten | Walter Purcaro | 2015-07-25 | 1 | -2/+2 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | New Captcha skeleton | Walter Purcaro | 2015-07-21 | 1 | -0/+46 |
| | |||||
* | Split CaptchaService | Walter Purcaro | 2015-05-30 | 1 | -489/+0 |
| | |||||
* | [CaptchaService] Improve SolveMedia (2) | Walter Purcaro | 2015-05-25 | 1 | -200/+179 |
| | |||||
* | [CaptchaService] Improve SolveMedia | Walter Purcaro | 2015-05-25 | 1 | -99/+76 |
| | |||||
* | [CaptchaService.py] Update ReCaptchaV1 | zapp-brannigan | 2015-05-24 | 1 | -5/+21 |
| | | | Fix https://github.com/pyload/pyload/issues/1423 | ||||
* | Use 'import' instead 'from' | Walter Purcaro | 2015-05-01 | 1 | -6/+6 |
| | |||||
* | Update CaptchaService.py | zapp-brannigan | 2015-04-09 | 1 | -17/+8 |
| | | | Fix ReCaptchaV2 | ||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-28 | 1 | -3/+3 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-01 | 1 | -1/+5 |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1166 | Walter Purcaro | 2015-02-10 | 1 | -45/+47 |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1162 | Walter Purcaro | 2015-02-09 | 1 | -3/+3 |
| | |||||
* | [CaptchaService] Cleanup | Walter Purcaro | 2015-02-09 | 1 | -64/+83 |
| | |||||
* | [CaptchaService.py] Updated Solvemedia | zapp-brannigan | 2015-02-09 | 1 | -7/+33 |
| | | | Some additional requests to make it work again. | ||||
* | [ExtractArchive] Fix typo | Walter Purcaro | 2015-01-31 | 1 | -2/+2 |
| | | | | Fix https://github.com/pyload/pyload/issues/1011#issuecomment-72268195, https://github.com/pyload/pyload/issues/1113, https://github.com/pyload/pyload/issues/1115 | ||||
* | [CaptchaService.py] Fix ReCaptchaV2 | zapp-brannigan | 2015-01-30 | 1 | -8/+11 |
| | | | Some small changes to make ReCaptchaV2 work again. | ||||
* | [CaptchaService] Fix typo | Walter Purcaro | 2015-01-24 | 1 | -4/+4 |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1069 | Walter Purcaro | 2015-01-24 | 1 | -30/+34 |
| | |||||
* | [CaptchaService] Merge together ReCaptcha versions | Walter Purcaro | 2015-01-22 | 1 | -125/+142 |
| | |||||
* | [CaptchaService] Whitespaces cleanup | Walter Purcaro | 2015-01-19 | 1 | -25/+25 |
| | |||||
* | [CaptchaService.py] Added support for ReCaptchaV2 | zapp-brannigan | 2015-01-14 | 1 | -37/+135 |
| | |||||
* | "New Year" Update: internal plugins | Walter Purcaro | 2015-01-08 | 1 | -14/+35 |
| | |||||
* | [CaptchaService] New service AdYouLike + AdsCaptcha detect_key fixup | Walter Purcaro | 2014-12-10 | 1 | -42/+161 |
| | |||||
* | [CaptchaService] More debug logging | Walter Purcaro | 2014-11-23 | 1 | -6/+10 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2014-11-09 | 1 | -3/+3 |
| | |||||
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -12/+12 |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | Walter Purcaro | 2014-10-26 | 1 | -6/+6 |
| | |||||
* | Simplify captcha challenge calls | Walter Purcaro | 2014-10-23 | 1 | -4/+2 |
| | |||||
* | [CaptchaService] Update ReCaptcha KEY_PATTERN | Walter Purcaro | 2014-10-22 | 1 | -3/+3 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-22 | 1 | -11/+11 |
| | |||||
* | [CaptchaService] Fix KEY_PATTERN | Walter Purcaro | 2014-10-22 | 1 | -8/+8 |
| | |||||
* | Update other plugins to support self.error | Walter Purcaro | 2014-10-19 | 1 | -7/+7 |
| | |||||
* | [CaptchaService] Fix KEY pattern | Walter Purcaro | 2014-10-11 | 1 | -6/+6 |
| | |||||
* | Pattern update 3 | Walter Purcaro | 2014-10-11 | 1 | -2/+2 |
| | |||||
* | [CaptchaService] Fix ReCaptcha KEY pattern | Walter Purcaro | 2014-10-10 | 1 | -4/+4 |
| | |||||
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+4 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -8/+5 |
| | | | | Whitespaces and EOF fixup | ||||
* | [CaptchaService] Restore req.load | Walter Purcaro | 2014-10-06 | 1 | -3/+3 |
| | |||||
* | Use load instead req.load in all crypters and CaptchaService | Walter Purcaro | 2014-10-05 | 1 | -3/+3 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2014-10-03 | 1 | -4/+4 |
| | |||||
* | [CaptchaService] Fix typo | Walter Purcaro | 2014-10-03 | 1 | -16/+25 |
| | |||||
* | [CaptchaService] Fix code indentation typo | Walter Purcaro | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | [CaptchaService] Improved | Walter Purcaro | 2014-10-03 | 1 | -35/+134 |
| | |||||
* | [CaptchaService] Fix ReCaptcha key recognition | Walter Purcaro | 2014-09-26 | 1 | -5/+11 |
| | | | | Fix: https://github.com/pyload/pyload/issues/751 | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -0/+1 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9 | Walter Purcaro | 2014-07-20 | 1 | -3/+3 |
| | |||||
* | Key attributes cleanup for account, container and crypter plugins | Walter Purcaro | 2014-07-15 | 1 | -0/+1 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -0/+1 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Fix class definition | Walter Purcaro | 2014-07-15 | 1 | -2/+2 |
| | |||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | Walter Purcaro | 2014-07-15 | 1 | -0/+7 |
| | |||||
* | [CaptchaService] Remove SolveMedia __init__ | Walter Purcaro | 2014-07-10 | 1 | -21/+1 |
| | |||||
* | CaptchaService: fixed missing import | Stefano | 2014-04-18 | 1 | -1/+2 |
| | |||||
* | Change Solvmedia to Solvemedia | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@528ffe0 | ||||
* | Improved ReCaptcha class: | Stefano | 2014-04-10 | 1 | -6/+29 |
| | | | | | Ability to detect public key and use it for challenge requests. + cosmetics | ||||
* | Internal plugins PEP8 cleanup | Walter Purcaro | 2013-11-23 | 1 | -16/+21 |
| | |||||
* | Solvemedia Captcha: implemented in a better way trying to fix bug #21 | Stefano Codari | 2013-03-19 | 1 | -5/+3 |
| | |||||
* | update czshare, little fixes | zoidberg10 | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | rapidgator.net premium, novafile.com free, multihoster schedule refresh | zoidberg10 | 2012-10-01 | 1 | -0/+79 |