Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [internals] Some code cosmetics | 2015-12-27 | 1 | -1/+1 | |
| | |||||
* | Update CaptchaService.py | 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 | 2015-10-23 | 1 | -5/+1 | |
| | |||||
* | Spare code cosmetics | 2015-10-22 | 1 | -1/+1 | |
| | |||||
* | Version up for all plugins | 2015-10-18 | 1 | -1/+1 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | 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) | 2015-10-10 | 1 | -3/+3 | |
| | |||||
* | Update internal plugins | 2015-07-27 | 1 | -5/+1 | |
| | |||||
* | Account rewritten (2) | 2015-07-25 | 1 | -2/+6 | |
| | |||||
* | Account rewritten | 2015-07-25 | 1 | -2/+2 | |
| | |||||
* | Hotfixes (2) | 2015-07-24 | 1 | -1/+1 | |
| | |||||
* | New Captcha skeleton | 2015-07-21 | 1 | -0/+46 | |
| | |||||
* | Split CaptchaService | 2015-05-30 | 1 | -489/+0 | |
| | |||||
* | [CaptchaService] Improve SolveMedia (2) | 2015-05-25 | 1 | -200/+179 | |
| | |||||
* | [CaptchaService] Improve SolveMedia | 2015-05-25 | 1 | -99/+76 | |
| | |||||
* | [CaptchaService.py] Update ReCaptchaV1 | 2015-05-24 | 1 | -5/+21 | |
| | | | Fix https://github.com/pyload/pyload/issues/1423 | ||||
* | Use 'import' instead 'from' | 2015-05-01 | 1 | -6/+6 | |
| | |||||
* | Update CaptchaService.py | 2015-04-09 | 1 | -17/+8 | |
| | | | Fix ReCaptchaV2 | ||||
* | Spare code cosmetics | 2015-03-28 | 1 | -3/+3 | |
| | |||||
* | Spare code cosmetics | 2015-03-01 | 1 | -1/+5 | |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1166 | 2015-02-10 | 1 | -45/+47 | |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1162 | 2015-02-09 | 1 | -3/+3 | |
| | |||||
* | [CaptchaService] Cleanup | 2015-02-09 | 1 | -64/+83 | |
| | |||||
* | [CaptchaService.py] Updated Solvemedia | 2015-02-09 | 1 | -7/+33 | |
| | | | Some additional requests to make it work again. | ||||
* | [ExtractArchive] Fix typo | 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 | 2015-01-30 | 1 | -8/+11 | |
| | | | Some small changes to make ReCaptchaV2 work again. | ||||
* | [CaptchaService] Fix typo | 2015-01-24 | 1 | -4/+4 | |
| | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1069 | 2015-01-24 | 1 | -30/+34 | |
| | |||||
* | [CaptchaService] Merge together ReCaptcha versions | 2015-01-22 | 1 | -125/+142 | |
| | |||||
* | [CaptchaService] Whitespaces cleanup | 2015-01-19 | 1 | -25/+25 | |
| | |||||
* | [CaptchaService.py] Added support for ReCaptchaV2 | 2015-01-14 | 1 | -37/+135 | |
| | |||||
* | "New Year" Update: internal plugins | 2015-01-08 | 1 | -14/+35 | |
| | |||||
* | [CaptchaService] New service AdYouLike + AdsCaptcha detect_key fixup | 2014-12-10 | 1 | -42/+161 | |
| | |||||
* | [CaptchaService] More debug logging | 2014-11-23 | 1 | -6/+10 | |
| | |||||
* | Code cosmetics | 2014-11-09 | 1 | -3/+3 | |
| | |||||
* | Code cosmetics: plugin class attributes | 2014-10-28 | 1 | -12/+12 | |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | 2014-10-26 | 1 | -6/+6 | |
| | |||||
* | Simplify captcha challenge calls | 2014-10-23 | 1 | -4/+2 | |
| | |||||
* | [CaptchaService] Update ReCaptcha KEY_PATTERN | 2014-10-22 | 1 | -3/+3 | |
| | |||||
* | Spare code cosmetics | 2014-10-22 | 1 | -11/+11 | |
| | |||||
* | [CaptchaService] Fix KEY_PATTERN | 2014-10-22 | 1 | -8/+8 | |
| | |||||
* | Update other plugins to support self.error | 2014-10-19 | 1 | -7/+7 | |
| | |||||
* | [CaptchaService] Fix KEY pattern | 2014-10-11 | 1 | -6/+6 | |
| | |||||
* | Pattern update 3 | 2014-10-11 | 1 | -2/+2 | |
| | |||||
* | [CaptchaService] Fix ReCaptcha KEY pattern | 2014-10-10 | 1 | -4/+4 | |
| | |||||
* | Add __license__ key attribute to plugins | 2014-10-08 | 1 | -0/+4 | |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | 2014-10-07 | 1 | -8/+5 | |
| | | | | Whitespaces and EOF fixup | ||||
* | [CaptchaService] Restore req.load | 2014-10-06 | 1 | -3/+3 | |
| | |||||
* | Use load instead req.load in all crypters and CaptchaService | 2014-10-05 | 1 | -3/+3 | |
| | |||||
* | Spare code cosmetics | 2014-10-03 | 1 | -4/+4 | |
| | |||||
* | [CaptchaService] Fix typo | 2014-10-03 | 1 | -16/+25 | |
| | |||||
* | [CaptchaService] Fix code indentation typo | 2014-10-03 | 1 | -2/+2 | |
| | |||||
* | [CaptchaService] Improved | 2014-10-03 | 1 | -35/+134 | |
| | |||||
* | [CaptchaService] Fix ReCaptcha key recognition | 2014-09-26 | 1 | -5/+11 | |
| | | | | Fix: https://github.com/pyload/pyload/issues/751 | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 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 | 2014-07-20 | 1 | -3/+3 | |
| | |||||
* | Key attributes cleanup for account, container and crypter plugins | 2014-07-15 | 1 | -0/+1 | |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | 2014-07-15 | 1 | -0/+1 | |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | Fix class definition | 2014-07-15 | 1 | -2/+2 | |
| | |||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | 2014-07-15 | 1 | -0/+7 | |
| | |||||
* | [CaptchaService] Remove SolveMedia __init__ | 2014-07-10 | 1 | -21/+1 | |
| | |||||
* | CaptchaService: fixed missing import | 2014-04-18 | 1 | -1/+2 | |
| | |||||
* | Change Solvmedia to Solvemedia | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@528ffe0 | ||||
* | Improved ReCaptcha class: | 2014-04-10 | 1 | -6/+29 | |
| | | | | | Ability to detect public key and use it for challenge requests. + cosmetics | ||||
* | Internal plugins PEP8 cleanup | 2013-11-23 | 1 | -16/+21 | |
| | |||||
* | Solvemedia Captcha: implemented in a better way trying to fix bug #21 | 2013-03-19 | 1 | -5/+3 | |
| | |||||
* | update czshare, little fixes | 2012-10-03 | 1 | -1/+1 | |
| | |||||
* | rapidgator.net premium, novafile.com free, multihoster schedule refresh | 2012-10-01 | 1 | -0/+79 | |