Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XFSHoster] fix #2333 | Nitzo | 2016-02-08 | 1 | -1/+2 |
| | |||||
* | [XFSHoster] WAIT_PATTERN - use `parse_time` function | Nitzo | 2016-02-04 | 1 | -3/+9 |
| | |||||
* | [XFSHoster] Update | Nitzo | 2016-02-04 | 1 | -3/+2 |
| | |||||
* | [XFSHoster] Fix download url detection | Nitzo | 2016-02-01 | 1 | -3/+4 |
| | |||||
* | [misc] Move `threaded`, `Expose` form Addon to misc | Nitzo | 2016-01-30 | 3 | -21/+21 |
| | |||||
* | [Bace] fix race condition with `assignJob` | Nitzo | 2016-01-29 | 1 | -2/+5 |
| | |||||
* | [Captcha] fix #2311 | Nitzo | 2016-01-22 | 1 | -2/+2 |
| | |||||
* | [Misc] fix #2159 | Nitzo | 2016-01-22 | 1 | -2/+3 |
| | |||||
* | [Acount] fix account refresh (2) | Nitzo | 2016-01-20 | 1 | -4/+5 |
| | |||||
* | fix account refresh | Nitzo | 2016-01-19 | 2 | -4/+6 |
| | |||||
* | [Hoster] Update | Nitzo | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] fix #2283 | Nitzo | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | [Misc] Update | Nitzo | 2016-01-11 | 1 | -4/+7 |
| | |||||
* | fix #2284 (thanks @youlJunior) | Nitzo | 2016-01-11 | 2 | -7/+4 |
| | |||||
* | [Plugin] fix #2260 | Nitzo | 2016-01-10 | 1 | -2/+7 |
| | |||||
* | [Misc] fix #2280 | GammaC0de | 2016-01-10 | 1 | -2/+2 |
| | |||||
* | "is" is evil (2) | Nitzo | 2016-01-10 | 4 | -8/+8 |
| | |||||
* | [Misc] fix safepath | Nitzo | 2016-01-09 | 1 | -2/+5 |
| | |||||
* | [Hoster] fix #2275, #2277 | Nitzo | 2016-01-09 | 1 | -2/+2 |
| | |||||
* | fix 'exceptions.OSError' object has no attribute 'strip' | Nitzo | 2016-01-09 | 2 | -4/+4 |
| | |||||
* | 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' ``` | ||||
* | [Misc] Update | GammaC0de | 2016-01-05 | 1 | -0/+5 |
| | |||||
* | [Plugin] Update | GammaC0de | 2016-01-04 | 1 | -9/+3 |
| | |||||
* | [Captcha] parameter decode= is meaningless here | GammaC0de | 2016-01-03 | 1 | -3/+3 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2016-01-02 | 5 | -13/+10 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2016-01-02 | 12 | -61/+59 |
| | |||||
* | Timeout for http request set to 1 minute + report effective url address in ↵ | Walter Purcaro | 2016-01-02 | 2 | -6/+10 |
| | | | | header | ||||
* | [SimpleCrypter] Fix handle_direct | Walter Purcaro | 2016-01-02 | 1 | -24/+12 |
| | |||||
* | [Captcha] Update | Nitzo | 2016-01-02 | 1 | -6/+11 |
| | |||||
* | [Plugin] Fix dump_html() | GammaC0de | 2016-01-02 | 1 | -2/+7 |
| | |||||
* | "is" is evil | Nitzo | 2016-01-02 | 9 | -53/+53 |
| | |||||
* | [Plugin] Fix AttributeError: HTTPRequest instance has no attribute 'http' | GammaC0de | 2016-01-01 | 1 | -2/+2 |
| | |||||
* | [Misc] Update | GammaC0de | 2015-12-31 | 1 | -2/+2 |
| | |||||
* | [Crypter] Update | GammaC0de | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | [Hoster] Update | GammaC0de | 2015-12-31 | 1 | -5/+5 |
| | |||||
* | Spare code fixed + isdownload -> isresource | Walter Purcaro | 2015-12-31 | 4 | -22/+28 |
| | |||||
* | [Addon] Fix download_finished call | Walter Purcaro | 2015-12-31 | 1 | -3/+2 |
| | | | | Thanks to youlJunior | ||||
* | Version up | Walter Purcaro | 2015-12-31 | 3 | -3/+3 |
| | |||||
* | [SimpleCrypter][SimpleHoster] Better preload routine | Walter Purcaro | 2015-12-31 | 2 | -2/+7 |
| | |||||
* | [misc] Check utc type for seconds_to_midnight | Walter Purcaro | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | [Crypter] Fix folder_per_package setting | Walter Purcaro | 2015-12-31 | 1 | -1/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2243 (2) | Walter Purcaro | 2015-12-31 | 1 | -48/+54 |
| | |||||
* | fix #2243 | GammaC0de | 2015-12-31 | 1 | -3/+3 |
| | |||||
* | [Captcha] Typo | Walter Purcaro | 2015-12-30 | 1 | -2/+2 |
| | |||||
* | Improve Captcha task managing | Walter Purcaro | 2015-12-30 | 2 | -12/+18 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2246 | Walter Purcaro | 2015-12-30 | 1 | -3/+5 |
| | | | | Thanks to GammaC0de | ||||
* | Fix https://github.com/pyload/pyload/issues/2239 | Walter Purcaro | 2015-12-30 | 1 | -2/+2 |
| | | | | Thanks to youlJunior | ||||
* | [Misc] Fix missing import | GammaC0de | 2015-12-30 | 1 | -1/+2 |
| | |||||
* | [SimpleHoster] Fix check_download routine | Walter Purcaro | 2015-12-30 | 1 | -3/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2235 | Walter Purcaro | 2015-12-30 | 2 | -4/+4 |
| | |||||
* | [Hoster] Python 2.5 compatibility hack for property.setter | GammaC0de | 2015-12-30 | 1 | -1/+19 |
| | |||||
* | Tiny code cosmetics | Walter Purcaro | 2015-12-29 | 2 | -2/+2 |
| | |||||
* | [Plugin] Fix https://github.com/pyload/pyload/issues/2229 | Walter Purcaro | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | [Container] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | added missing self | Christian Käslin | 2015-12-29 | 1 | -1/+1 |
| | | | | dlc decryption was failing, with error Decrypting failed:****.dlc | global name 'pyfile' is not defined debug mode showed missing self | ||||
* | [misc] fix fsjoin | GammaC0de | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | [Extractor] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [Hoster] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [Account] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | [SimpleCrypter] Version up | GammaC0de | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | Spare code fixes (3) | Walter Purcaro | 2015-12-28 | 5 | -9/+14 |
| | |||||
* | Spare code fixes (2) | Walter Purcaro | 2015-12-28 | 3 | -256/+8 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-12-28 | 4 | -6/+9 |
| | |||||
* | Fix password sharing issue | Walter Purcaro | 2015-12-28 | 5 | -13/+34 |
| | |||||
* | [Hoster] Rewrite some routines, improve others | Walter Purcaro | 2015-12-27 | 1 | -148/+198 |
| | |||||
* | [internal] Spare code optimizations and fixes | Walter Purcaro | 2015-12-27 | 4 | -56/+60 |
| | |||||
* | Update crypters and containers | Walter Purcaro | 2015-12-27 | 4 | -17/+14 |
| | |||||
* | [Crypter] Simplify _create_packages routine | Walter Purcaro | 2015-12-27 | 1 | -24/+17 |
| | |||||
* | [Plugin] Improve load routine and related | Walter Purcaro | 2015-12-27 | 2 | -115/+86 |
| | |||||
* | [Crypter] Code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -21/+21 |
| | |||||
* | [misc] New classes Config, DB and Periodical | Walter Purcaro | 2015-12-27 | 1 | -5/+134 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -2/+2 |
| | |||||
* | [Addon] Import new Periodical class + code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -91/+46 |
| | |||||
* | [Account] Import new Periodical class | Walter Purcaro | 2015-12-27 | 1 | -48/+6 |
| | |||||
* | [SimpleHoster] Auto-detect offline & temp. offline status and hashsum info ↵ | Walter Purcaro | 2015-12-27 | 1 | -26/+43 |
| | | | | by default + Update check_download stuff + Spare code cosmetics and optimizations | ||||
* | [SimpleCrypter] Auto-detect offline & temp. offline status by default | Walter Purcaro | 2015-12-27 | 1 | -25/+33 |
| | |||||
* | Improve Container | Walter Purcaro | 2015-12-27 | 1 | -19/+20 |
| | |||||
* | [misc] Fix encoding | Walter Purcaro | 2015-12-27 | 1 | -31/+30 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-12-27 | 3 | -18/+4 |
| | |||||
* | [OCR] self.image -> self.img | Walter Purcaro | 2015-12-27 | 2 | -26/+26 |
| | |||||
* | Don't use PERIODICAL_INTERVAL | Walter Purcaro | 2015-12-27 | 1 | -4/+2 |
| | |||||
* | [Captcha] Update | Walter Purcaro | 2015-12-27 | 1 | -17/+12 |
| | |||||
* | [Addon] Map events | Walter Purcaro | 2015-12-27 | 1 | -24/+66 |
| | |||||
* | [Container] Compact code | Walter Purcaro | 2015-12-27 | 1 | -16/+7 |
| | |||||
* | [OCR] Code cosmetics | Walter Purcaro | 2015-12-27 | 1 | -42/+47 |
| | |||||
* | [XFSHoster] Improve a bit | Walter Purcaro | 2015-12-27 | 1 | -6/+7 |
| | |||||
* | [internals] Some code cosmetics | Walter Purcaro | 2015-12-27 | 10 | -28/+26 |
| | |||||
* | [Account] Fix reset method | Walter Purcaro | 2015-12-27 | 1 | -3/+3 |
| | |||||
* | Rewrite utils (1) | Walter Purcaro | 2015-12-27 | 2 | -482/+747 |
| | |||||
* | Update notifiers | Walter Purcaro | 2015-12-27 | 1 | -36/+80 |
| | |||||
* | Update extractors (1) | Walter Purcaro | 2015-12-27 | 4 | -122/+115 |
| | |||||
* | New extractor: UnTar | Walter Purcaro | 2015-12-27 | 1 | -0/+69 |
| | |||||
* | [utils] new function: safe_format() | GammaC0de | 2015-12-27 | 3 | -10/+37 |
| | |||||
* | typo | GammaC0de | 2015-12-26 | 1 | -2/+2 |
| | |||||
* | [Account] fix copy.deepcopy usage | GammaC0de | 2015-12-26 | 1 | -3/+4 |
| | |||||
* | Merge pull request #2150 from GammaC0de/patch-11 | GammaC0de | 2015-12-26 | 2 | -4/+7 |
|\ | | | | | [Plugin] censor ACCOUNT request data | ||||
| * | [Account] reimplement safe_info with deepcopy | GammaC0de | 2015-11-04 | 1 | -2/+5 |
| | | |||||
| * | [Plugin] censor ACCOUNT request data | GammaC0de | 2015-11-03 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (6) | GammaC0de | 2015-12-21 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (5) | GammaC0de | 2015-12-20 | 1 | -3/+3 |
| | | |||||
* | | [SimpleHoster] update (4) | GammaC0de | 2015-12-20 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (3) | GammaC0de | 2015-12-20 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] update (2) | GammaC0de | 2015-12-20 | 1 | -8/+7 |
| | | |||||
* | | [SimpleHoster] update | GammaC0de | 2015-12-20 | 1 | -2/+2 |
| | | |||||
* | | [Extractor] fix #2084 | GammaC0de | 2015-12-16 | 1 | -2/+1 |
| | | |||||
* | | [Hoster] small bug fix | GammaC0de | 2015-12-15 | 1 | -2/+2 |
| | | |||||
* | | [SimpleCrypter] fix #2188 | GammaC0de | 2015-12-11 | 1 | -6/+6 |
| | | |||||
* | | fix seconds_to_midnight import | GammaC0de | 2015-12-02 | 1 | -3/+2 |
| | | |||||
* | | Merge pull request #2140 from GammaC0de/patch-9 | Walter Purcaro | 2015-11-26 | 1 | -2/+2 |
|\ \ | | | | | | | [SimpleHoster] update | ||||
| * | | Update SimpleHoster.py | GammaC0de | 2015-11-01 | 1 | -2/+2 |
| |/ | |||||
* / | 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. | ||||
* | Merge pull request #2128 from thadrien/pull-request-dlprotect | Walter Purcaro | 2015-10-28 | 3 | -15/+18 |
|\ | | | | | Pull request dlprotect | ||||
| * | Increase version number in SimpleCrypter.py | Hadrien Theveneau | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | Infinite redirect bug fixing in SimpleCrypter.py | Hadrien Theveneau | 2015-10-28 | 1 | -9/+11 |
| | | |||||
| * | Correction of some errors in OCR.py | Hadrien Theveneau | 2015-10-28 | 1 | -5/+5 |
| | | |||||
| * | Addition of some debug messages in DlProtectCom.py and Captcha.py | Hadrien Theveneau | 2015-10-28 | 1 | -0/+1 |
| | | |||||
* | | Syntax error in SimpleHoster.py | Hadrien Theveneau | 2015-10-28 | 1 | -2/+2 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/2112 | Walter Purcaro | 2015-10-28 | 8 | -37/+40 |
| | |||||
* | Increase all __version__ for internals | Walter Purcaro | 2015-10-27 | 6 | -6/+6 |
| | |||||
* | Update Base.py | GammaC0de | 2015-10-25 | 1 | -2/+1 |
| | |||||
* | Update Hoster.py | GammaC0de | 2015-10-25 | 1 | -1/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936 | Walter Purcaro | 2015-10-23 | 2 | -3/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2099 | Walter Purcaro | 2015-10-23 | 1 | -4/+12 |
| | |||||
* | self.html -> self.data | Walter Purcaro | 2015-10-23 | 7 | -62/+58 |
| | |||||
* | [Dereferer] Don't preload | Walter Purcaro | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/2101 | Walter Purcaro | 2015-10-23 | 1 | -2/+2 |
| | |||||
* | Fix XFS plugins | Walter Purcaro | 2015-10-23 | 4 | -15/+11 |
| | |||||
* | [SimpleCrypter] check_errors | Walter Purcaro | 2015-10-23 | 1 | -28/+6 |
| | |||||
* | Boring code cosmetics (3) | Walter Purcaro | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | [utils] Improve method html_unescape | Walter Purcaro | 2015-10-23 | 1 | -24/+5 |
| | |||||
* | [MultiHoster][XFSHoster] Set DIRECT_LINK | Walter Purcaro | 2015-10-23 | 2 | -11/+11 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-10-22 | 14 | -28/+30 |
| | |||||
* | [MultiHoster] Fix get_info | Walter Purcaro | 2015-10-22 | 2 | -32/+33 |
| | |||||
* | Update XFS plugins | Walter Purcaro | 2015-10-22 | 3 | -64/+34 |
| | |||||
* | [Account] Add method 'setup' | Walter Purcaro | 2015-10-22 | 1 | -24/+32 |
| | |||||
* | [SimpleCrypter] Fix https://github.com/pyload/pyload/issues/2094 | Walter Purcaro | 2015-10-22 | 1 | -8/+14 |
| | |||||
* | [SimpleHoster] Fix http://forum.pyload.org/viewtopic.php?f=12&t=4637 | Walter Purcaro | 2015-10-22 | 1 | -3/+4 |
| | |||||
* | Update SimpleCrypter.py | GammaC0de | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [Notifier] Fix https://github.com/pyload/pyload/issues/2092 | Walter Purcaro | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [Base] Improve wait method | Walter Purcaro | 2015-10-21 | 2 | -8/+23 |
| | |||||
* | Boring code cosmetics (2) | Walter Purcaro | 2015-10-21 | 14 | -80/+47 |
| | |||||
* | [Notifier] Fix https://github.com/pyload/pyload/issues/2090 | Walter Purcaro | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Update XFSHoster.py | GammaC0de | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | Update Hoster.py | GammaC0de | 2015-10-20 | 1 | -1/+6 |
| | |||||
* | Merge pull request #2083 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -2/+2 |
|\ | | | | | [Base] update | ||||
| * | Update Base.py | GammaC0de | 2015-10-20 | 1 | -2/+2 |
| | | |||||
* | | Tiny code cosmetics | Walter Purcaro | 2015-10-20 | 4 | -4/+4 |
| | | |||||
* | | Notifier framework | Walter Purcaro | 2015-10-20 | 1 | -0/+117 |
|/ | |||||
* | Code cosmetics | Walter Purcaro | 2015-10-20 | 4 | -24/+11 |
| | |||||
* | [utils] format_time | Walter Purcaro | 2015-10-20 | 2 | -7/+27 |
| | |||||
* | [utils] Version up | Walter Purcaro | 2015-10-20 | 1 | -1/+1 |
| | | | | https://github.com/pyload/pyload/issues/2017 | ||||
* | [Extractor] Fix https://github.com/pyload/pyload/issues/2060 | Walter Purcaro | 2015-10-20 | 2 | -7/+7 |
| | |||||
* | Fix missing BadHeader import | Walter Purcaro | 2015-10-20 | 2 | -2/+4 |
| | |||||
* | Update UnZip (2) | GammaC0de | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2073 | Walter Purcaro | 2015-10-20 | 1 | -1/+0 |
| | |||||
* | Spare fixes (2) | Walter Purcaro | 2015-10-20 | 5 | -10/+10 |
| | |||||
* | Merge pull request #2074 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -5/+19 |
|\ | | | | | [UnZip] update | ||||
| * | [UnZip] fix verify() | GammaC0de | 2015-10-20 | 1 | -4/+13 |
| | | |||||
| * | Update UnZip.py | GammaC0de | 2015-10-19 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #2063 from Gutz-Pilz/patch-7 | Walter Purcaro | 2015-10-20 | 1 | -1/+2 |
|\ \ | | | | | | | Fixed | ||||
| * | | Fixed | Gutz-Pilz | 2015-10-19 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #2062 from Gutz-Pilz/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -2/+2 |
|\ \ | | | | | | | Fix for https://github.com/pyload/pyload/issues/2025 | ||||
| * | | Fix for https://github.com/pyload/pyload/issues/2025 | Gutz-Pilz | 2015-10-19 | 1 | -2/+2 |
| |/ | | | | | | | This fixes my problem mit filecrypt.cc crypter dont know if it would fix any other hoster or crypter issues | ||||
* / | remove unused imports/variables | runningbits | 2015-10-19 | 1 | -1/+0 |
|/ | |||||
* | Spare fixes | Walter Purcaro | 2015-10-19 | 4 | -17/+12 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2058 | Walter Purcaro | 2015-10-19 | 1 | -2/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2055 | Walter Purcaro | 2015-10-19 | 2 | -14/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2056 | Walter Purcaro | 2015-10-19 | 3 | -27/+27 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-10-19 | 8 | -34/+41 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2039 from joberreiter/patch-2 | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
|\ | | | | | [internal/XFSCrypter] Fixing an unbalaced parenthesis in OFFLINE_PATTERN | ||||
| * | Fixing an unbalaced parenthesis in OFFLINE_PATTERN | Jochen Oberreiter | 2015-10-16 | 1 | -2/+2 |
| | | |||||
* | | Version up for all plugins | Walter Purcaro | 2015-10-18 | 25 | -25/+25 |
| | | |||||
* | | Spare code cosmetics | Walter Purcaro | 2015-10-18 | 9 | -32/+33 |
| | | |||||
* | | Update internals | Walter Purcaro | 2015-10-18 | 7 | -27/+24 |
| | | |||||
* | | [SimpleCrypter] Don't use self.link(s) | Walter Purcaro | 2015-10-18 | 1 | -98/+40 |
| | | |||||
* | | [Plugin] Minimize code + spare fixes | Walter Purcaro | 2015-10-18 | 3 | -419/+66 |
| | | |||||
* | | [Hoster] Fix download routine + new method is_download | Walter Purcaro | 2015-10-18 | 1 | -61/+140 |
| | | |||||
* | | [Base] Grab link info on setup | Walter Purcaro | 2015-10-18 | 1 | -123/+87 |
| | | |||||
* | | [Extractor] Code cleanup | Walter Purcaro | 2015-10-18 | 3 | -30/+30 |
| | | |||||
* | | [Addon] Start periodical on plugin activation | Walter Purcaro | 2015-10-18 | 1 | -11/+7 |
| | | |||||
* | | [Account] Fix info syncing and corrupted password issue | Walter Purcaro | 2015-10-18 | 1 | -36/+19 |
| | | |||||
* | | Dead plugins are stable, but still dead. | Walter Purcaro | 2015-10-18 | 2 | -2/+2 |
| | | |||||
* | | [MultiAccount] Still not working, but 90% complete | Walter Purcaro | 2015-10-18 | 1 | -135/+117 |
| | | |||||
* | | Multi-hoster accounts now extend MultiAccount class | Walter Purcaro | 2015-10-18 | 1 | -5/+14 |
| | | |||||
* | | Collect plugin utilities in a own file | Walter Purcaro | 2015-10-18 | 1 | -0/+433 |
| | | |||||
* | | Spare fixes | Walter Purcaro | 2015-10-13 | 2 | -19/+16 |
| | | |||||
* | | Fixing fixurl... | Walter Purcaro | 2015-10-13 | 2 | -11/+10 |
| | | |||||
* | | [SimpleCrypter] Don't extend SimpleHoster anymore | Walter Purcaro | 2015-10-13 | 1 | -24/+292 |
|/ | |||||
* | [Plugin] version up | GammaC0de | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | [Plugin] improve error tracing (2) | GammaC0de | 2015-10-13 | 1 | -24/+39 |
| | |||||
* | [XFSAccount] Error handling support | Walter Purcaro | 2015-10-11 | 3 | -29/+68 |
| | |||||
* | [Plugin] Improve error tracing | Walter Purcaro | 2015-10-11 | 1 | -6/+16 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1960 | Walter Purcaro | 2015-10-11 | 2 | -22/+9 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 22 | -81/+83 |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Fix https://github.com/pyload/pyload/issues/2002 | Walter Purcaro | 2015-10-10 | 1 | -18/+25 |
| | |||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 23 | -93/+59 |
| | |||||
* | Merge branch 'pr/n1997_GammaC0de' into stable | Walter Purcaro | 2015-10-10 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: module/plugins/internal/Base.py | ||||
| * | Update Base.py | GammaC0de | 2015-10-10 | 1 | -1/+2 |
| | |