Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | Spare code cosmetics (2) | Walter Purcaro | 2015-10-10 | 7 | -16/+10 | |
| | | ||||||
* | | [Base] New methods: init_base and setup_base | Walter Purcaro | 2015-10-10 | 3 | -44/+60 | |
| | | | | | | | | [Hoster] Improve download method | |||||
* | | Spare code cosmetics | Walter Purcaro | 2015-10-10 | 4 | -16/+15 | |
| | | ||||||
* | | [Addon] Persistent self.info | Walter Purcaro | 2015-10-10 | 1 | -1/+11 | |
| | | ||||||
* | | [Plugin] Improve encoding functions & storing methods | Walter Purcaro | 2015-10-10 | 1 | -19/+60 | |
|/ | ||||||
* | Fix https://github.com/pyload/pyload/issues/1962 (and many other tickets) | Walter Purcaro | 2015-10-08 | 3 | -10/+16 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1978 | Walter Purcaro | 2015-10-08 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1975 | Walter Purcaro | 2015-10-08 | 2 | -13/+8 | |
| | ||||||
* | Fixpack (5) | Walter Purcaro | 2015-10-08 | 4 | -69/+84 | |
| | ||||||
* | Spare improvements | Walter Purcaro | 2015-10-08 | 8 | -44/+112 | |
| | ||||||
* | Fixpack (4) | Walter Purcaro | 2015-10-08 | 7 | -93/+50 | |
| | ||||||
* | Merge pull request #1957 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-07 | 1 | -16/+80 | |
|\ | | | | | [Plugin] introduce 'traceback' argument in log_xxx() functions | |||||
| * | [log_xxx()] introduce 'traceback' argument | GammaC0de | 2015-10-05 | 1 | -16/+80 | |
| | | ||||||
* | | Double URL Fix | kasperj | 2015-10-06 | 1 | -1/+1 | |
|/ | | | Fix for the issue with http://url.tld/http://url.tld/XXX | |||||
* | Fixpack (3) | Walter Purcaro | 2015-10-04 | 4 | -10/+13 | |
| | ||||||
* | Fixpack (2) | Walter Purcaro | 2015-10-04 | 10 | -50/+94 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557 | Walter Purcaro | 2015-10-02 | 7 | -25/+44 | |
| | ||||||
* | [ClickAndLoad] Queue destination support | Walter Purcaro | 2015-10-02 | 1 | -1/+1 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1932 | Walter Purcaro | 2015-10-02 | 5 | -15/+15 | |
| | ||||||
* | Merge pull request #1933 from jansohn/stable | Walter Purcaro | 2015-10-02 | 1 | -1/+1 | |
|\ | | | | | fix #1921 | |||||
| * | fix #1921 | jansohn | 2015-10-02 | 1 | -1/+1 | |
| | | ||||||
* | | [Account] Fix https://github.com/pyload/pyload/issues/1922 | Walter Purcaro | 2015-10-02 | 1 | -1/+2 | |
|/ | ||||||
* | [Account] Improve parse_traffic method + code cosmetics | Walter Purcaro | 2015-10-02 | 6 | -23/+21 | |
| | ||||||
* | [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵ | Walter Purcaro | 2015-10-02 | 2 | -7/+7 | |
| | | | | https://github.com/pyload/pyload/issues/1904 | |||||
* | Fix https://github.com/pyload/pyload/issues/1917 + new function: parse_time | Walter Purcaro | 2015-10-02 | 3 | -21/+48 | |
| | ||||||
* | [Hoster] Fix https://github.com/pyload/pyload/issues/1918 | Walter Purcaro | 2015-10-02 | 1 | -1/+2 | |
| | ||||||
* | [Plugin] Improve fixurl function | Walter Purcaro | 2015-10-02 | 1 | -3/+7 | |
| | | | | https://github.com/pyload/pyload/issues/1873 | |||||
* | Fixpack (1) | Walter Purcaro | 2015-10-01 | 8 | -70/+125 | |
| | ||||||
* | Merge pull request #1902 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-01 | 1 | -2/+2 | |
|\ | | | | | [XFSHoster] re-fix #1865 | |||||
| * | Update XFSHoster.py | GammaC0de | 2015-10-01 | 1 | -3/+3 | |
| | | ||||||
* | | Merge pull request #1900 from manuelm/stable | Walter Purcaro | 2015-10-01 | 1 | -1/+1 | |
|\ \ | | | | | | | Strip trailing slashes before case sensitive checking | |||||
| * | | Strip trailing slashes before case sensitive checking | Manuel Mausz | 2015-09-30 | 1 | -1/+1 | |
| |/ | | | | | Strip trailing slashes. Otherwise the last pathname component might be empty | |||||
* | | Improve Hoster and Crypter + general fixup | Walter Purcaro | 2015-10-01 | 11 | -582/+701 | |
| | | ||||||
* | | A lot of plugin code cosmetics (2) | Walter Purcaro | 2015-10-01 | 4 | -11/+10 | |
|/ | ||||||
* | [Captcha] _decrypt -> decrypt_image | Walter Purcaro | 2015-09-30 | 1 | -4/+3 | |
| | ||||||
* | Merge pull request #1882 from GammaC0de/patch-5 | Walter Purcaro | 2015-09-30 | 1 | -3/+3 | |
|\ | | | | | [Captcha] Requse the hoster http request | |||||
| * | [Captcha] generic fix for #1756 | GammaC0de | 2015-09-28 | 1 | -3/+3 | |
| | | ||||||
* | | Add __config__ to MultiAccount (and XFSAccount) based plugins | Walter Purcaro | 2015-09-30 | 1 | -0/+1 | |
| | | ||||||
* | | [XFSHoster] Revert https://github.com/pyload/pyload/pull/1883 | Walter Purcaro | 2015-09-30 | 1 | -2/+2 | |
| | | ||||||
* | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1890 | Walter Purcaro | 2015-09-30 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #1883 from joberreiter/joberreiter-patternxfshoster | Walter Purcaro | 2015-09-29 | 1 | -2/+2 | |
|\ \ | | | | | | | [internal/XFSHoster.py] Add captcha pattern for Recaptcha and Solvemedia | |||||
| * | | Add captcha pattern for Recaptcha and Solvemedia | Jochen Oberreiter | 2015-09-26 | 1 | -3/+3 | |
| |/ | | | | | Fix for #1852, #1865 | |||||
* | | [Account] Hotfix | Walter Purcaro | 2015-09-29 | 1 | -3/+3 | |
| | | ||||||
* | | Update hoster plugins | Walter Purcaro | 2015-09-29 | 1 | -5/+5 | |
| | | ||||||
* | | Update crypter plugins | Walter Purcaro | 2015-09-29 | 3 | -7/+5 | |
| | | ||||||
* | | Update internal plugins | Walter Purcaro | 2015-09-29 | 17 | -229/+279 | |
| | | ||||||
* | | Account class completely rewritten + plugins updated | Walter Purcaro | 2015-09-29 | 2 | -244/+257 | |
|/ | ||||||
* | Version up | Marcus "Chaosblog" | 2015-09-23 | 1 | -1/+1 | |
| | | | Increase version number | |||||
* | [FIX] AttributeError: x object has no attribute 'user' | Stefan Reisich | 2015-09-23 | 1 | -2/+2 | |
| | ||||||
* | Add missing closing bracket | Marcus "Chaosblog" | 2015-09-23 | 1 | -1/+1 | |
| | ||||||
* | Update Hoster.py | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | ||||||
* | [Plugin] Fix _log + code cosmetics | Walter Purcaro | 2015-09-22 | 4 | -13/+14 | |
| | ||||||
* | [Plugin] fix missing import | GammaC0de | 2015-09-22 | 1 | -1/+2 | |
| | ||||||
* | Auto-detect seconds_to_midnight | Walter Purcaro | 2015-09-22 | 1 | -13/+6 | |
| | ||||||
* | Spare improvements and fixes (2) | Walter Purcaro | 2015-09-21 | 11 | -65/+49 | |
| | ||||||
* | [Account] Fix __version__ | Walter Purcaro | 2015-09-21 | 4 | -6/+6 | |
| | ||||||
* | Spare code cosmetics | Walter Purcaro | 2015-09-21 | 5 | -3/+13 | |
| | ||||||
* | Fix pyfile.name processing | Walter Purcaro | 2015-09-21 | 5 | -66/+45 | |
| | ||||||
* | Merge branch 'pr/n1736_GammaC0de' into stable | Walter Purcaro | 2015-09-21 | 1 | -2/+1 | |
|\ | | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py | |||||
| * | Update SimpleHoster.py | GammaC0de | 2015-08-08 | 1 | -3/+2 | |
| | | ||||||
* | | Spare improvements and fixes | Walter Purcaro | 2015-09-21 | 11 | -205/+210 | |
| | | ||||||
* | | [Account] parse_info -> grab_info | Walter Purcaro | 2015-09-21 | 2 | -9/+9 | |
| | | ||||||
* | | Merge branch 'pr/n1788_GammaC0de' into stable | Walter Purcaro | 2015-09-21 | 1 | -3/+3 | |
|\ \ | | | | | | | | | | | | | Conflicts: module/plugins/internal/Plugin.py | |||||
| * | | Update Plugin.py | GammaC0de | 2015-08-26 | 1 | -2/+3 | |
| | | | ||||||
* | | | [XFSAccount] Update | Walter Purcaro | 2015-09-19 | 4 | -6/+15 | |
| | | | ||||||
* | | | Merge pull request #1818 from jakubbroz/stable | Walter Purcaro | 2015-09-15 | 2 | -2/+13 | |
|\ \ \ | | | | | | | | | Remove accents from file name #1817 | |||||
| * | | | Remove accents from file name #1817 | Jakub Brož | 2015-09-13 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | issue: #1817 | |||||
* | | | | Update main Captcha plugin | Walter Purcaro | 2015-09-14 | 1 | -6/+6 | |
|/ / / | ||||||
* | | | Spare fixes (2) | Walter Purcaro | 2015-09-03 | 5 | -36/+55 | |
| | | | ||||||
* | | | Merge pull request #1796 from GammaC0de/patch-8 | Walter Purcaro | 2015-08-30 | 1 | -4/+5 | |
|\ \ \ | | | | | | | | | [Hoster] fix pyfile.name not updated if disposition | |||||
| * | | | Update Hoster.py | GammaC0de | 2015-08-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | [Hoster] fix pyfile.name not updated if disposition | GammaC0de | 2015-08-29 | 1 | -4/+5 | |
| |/ / | ||||||
* | | | Fix https://github.com/pyload/pyload/issues/1793 | Walter Purcaro | 2015-08-30 | 1 | -1/+21 | |
| | | | ||||||
* | | | Merge pull request #1789 from Bambie42/stable | Walter Purcaro | 2015-08-30 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | [LinkCryptWs] partly fixes #1756 | |||||
| * | | | partly fixes #1756 | Bambie42 | 2015-08-26 | 1 | -1/+1 | |
| |/ / | ||||||
* / / | fix #1765 | GammaC0de | 2015-08-21 | 1 | -1/+2 | |
|/ / | ||||||
* | | Spare plugin updates | Walter Purcaro | 2015-08-19 | 1 | -1/+3 | |
| | | ||||||
* | | Temp fix https://github.com/pyload/pyload/pull/1708 | Walter Purcaro | 2015-08-19 | 1 | -2/+2 | |
| | | ||||||
* | | Fix missing import statement | Walter Purcaro | 2015-08-09 | 2 | -2/+2 | |
|/ | ||||||
* | Fix https://github.com/pyload/pyload/issues/1707 | Walter Purcaro | 2015-08-04 | 2 | -3/+3 | |
| | ||||||
* | Update SimpleHoster.py | estaban | 2015-08-04 | 1 | -2/+2 | |
| | ||||||
* | Download deleted because of file size mismatch | estaban | 2015-08-04 | 1 | -1/+3 | |
| | | | | | | | | | | | One some hosters like OneFichier for example, the webpage displays a file size of 1.46GB. However the real file size can be 1.4649853GB, which makes a difference between the downloaded file size and the expected file size. size_tolerance is meant for that, but its value is currently set to 1MB. This is an issue in the above case where the difference between expected size and downloaded size is almost 10MB. In many cases, this causes the downloaded file to simply be deleted, even though it has been downloaded without any issue. The biggest possible size difference is 10MB, at least if the website displays 2 decimals and that the biggest unit is GB. Therefore I propose to change the max tolerance from 1MB to 10MB. FYI the error message in the log looks like that: Fail: File size mismatch | Expected file size: 1492501135.36 | Downloaded file size: 1488025852 | |||||
* | Some fixes (2) | Walter Purcaro | 2015-08-04 | 2 | -2/+4 | |
| | ||||||
* | [Account] fix relogin not working | GammaC0de | 2015-08-04 | 1 | -4/+1 | |
| | ||||||
* | Some fixes | Walter Purcaro | 2015-08-04 | 6 | -26/+28 | |
| | ||||||
* | Fix #1603 | TodsDeath | 2015-08-04 | 1 | -2/+2 | |
| | ||||||
* | Update Plugin.py | GammaC0de | 2015-08-03 | 1 | -1/+1 | |
| | ||||||
* | Update SimpleHoster.py | GammaC0de | 2015-08-03 | 1 | -2/+2 | |
| | ||||||
* | Update Plugin.py | GammaC0de | 2015-08-03 | 1 | -1/+1 | |
| | ||||||
* | Update XFSAccount.py | GammaC0de | 2015-08-03 | 1 | -4/+5 | |
| | ||||||
* | Update Plugin.py | GammaC0de | 2015-08-03 | 1 | -2/+2 | |
| | ||||||
* | Use set_cookie instead cj.setCookie | Walter Purcaro | 2015-08-03 | 6 | -29/+37 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1664 | Walter Purcaro | 2015-08-02 | 1 | -4/+3 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1591 | Walter Purcaro | 2015-08-02 | 2 | -16/+14 | |
| | ||||||
* | Tiny fixes | Walter Purcaro | 2015-08-02 | 1 | -0/+1 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1663 | Walter Purcaro | 2015-08-02 | 6 | -15/+15 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1650 | Walter Purcaro | 2015-08-02 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1640 (3) | Walter Purcaro | 2015-08-02 | 1 | -7/+7 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1630 | Walter Purcaro | 2015-08-02 | 1 | -25/+25 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1649 | Walter Purcaro | 2015-08-02 | 2 | -3/+6 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1640 (2) | Walter Purcaro | 2015-08-02 | 7 | -25/+20 | |
| | ||||||
* | Update some plugins | Walter Purcaro | 2015-08-02 | 4 | -17/+10 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1640 | Walter Purcaro | 2015-08-02 | 3 | -46/+47 | |
| | ||||||
* | Fix load_account routine | Walter Purcaro | 2015-08-01 | 2 | -26/+34 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1636 | Walter Purcaro | 2015-08-01 | 2 | -3/+4 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1632 | Walter Purcaro | 2015-07-31 | 1 | -2/+2 | |
| | ||||||
* | Fix and improve account logic | Walter Purcaro | 2015-07-31 | 5 | -93/+89 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1628 | Walter Purcaro | 2015-07-31 | 2 | -5/+5 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1601 | Walter Purcaro | 2015-07-31 | 1 | -3/+3 | |
| | ||||||
* | [Captcha] Fix _decrypt method | Walter Purcaro | 2015-07-31 | 1 | -11/+9 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1602 (2) | Walter Purcaro | 2015-07-31 | 1 | -2/+2 | |
| | ||||||
* | [Account] Fix ********** bug | Walter Purcaro | 2015-07-31 | 1 | -2/+3 | |
| | ||||||
* | [Addon] Fix unload method not called on exit | Walter Purcaro | 2015-07-31 | 1 | -1/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1625 | Walter Purcaro | 2015-07-31 | 3 | -45/+62 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1624 | Walter Purcaro | 2015-07-30 | 1 | -6/+2 | |
| | ||||||
* | Fix get_code call in captcha hooks | Walter Purcaro | 2015-07-30 | 1 | -1/+1 | |
| | ||||||
* | Still improving _log methods | Walter Purcaro | 2015-07-29 | 6 | -16/+16 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1602 | Walter Purcaro | 2015-07-29 | 2 | -2/+2 | |
| | ||||||
* | [MultiHook] Better error handling for plugins_cached | Walter Purcaro | 2015-07-29 | 1 | -4/+4 | |
| | ||||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4421 | Walter Purcaro | 2015-07-29 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1594 | Walter Purcaro | 2015-07-29 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #1593 from TodsDeath/patch-1 | Walter Purcaro | 2015-07-29 | 1 | -1/+1 | |
|\ | | | | | Update Account.py, fixed not-working premium downloads | |||||
| * | Update Account.py | TodsDeath | 2015-07-29 | 1 | -1/+1 | |
| | | | | | | better readability than conditional expression | |||||
| * | Update Account.py | TodsDeath | 2015-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the needed premium key is not directly in info, but in the sub-directory 'data': {'data': {'login': '***', 'maxtraffic': None, 'options': {'limitdl': ['0']}, 'password': '**********', 'premium': True, 'timestamp': 1438159062.570853, 'trafficleft': -1, 'type': 'RealdebridCom', 'valid': True, 'validuntil': 1450976583.0}, 'login': {'password': '**********', 'timestamp': 1438159044.071365, 'valid': True}} | |||||
* | | [Plugin] Fix set_cookies | Walter Purcaro | 2015-07-29 | 1 | -2/+2 | |
|/ | ||||||
* | Fix _log method | Walter Purcaro | 2015-07-29 | 4 | -5/+50 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1586 | Walter Purcaro | 2015-07-29 | 5 | -28/+28 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1587 | Walter Purcaro | 2015-07-29 | 1 | -2/+2 | |
| | ||||||
* | Fix missing `encode` | Walter Purcaro | 2015-07-28 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1578 (3) | Walter Purcaro | 2015-07-28 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1520 | Walter Purcaro | 2015-07-28 | 1 | -2/+2 | |
| | ||||||
* | Fix content-disposition | Walter Purcaro | 2015-07-28 | 3 | -7/+5 | |
| | ||||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4410 | Walter Purcaro | 2015-07-28 | 2 | -3/+4 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1578 (2) | Walter Purcaro | 2015-07-28 | 1 | -11/+17 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1578 | Walter Purcaro | 2015-07-28 | 1 | -3/+3 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1577 and ↵ | Walter Purcaro | 2015-07-28 | 1 | -2/+2 | |
| | | | | https://github.com/pyload/pyload/issues/1580 | |||||
* | [Account] Hotfix | Walter Purcaro | 2015-07-28 | 1 | -32/+62 | |
| | ||||||
* | [Hook] Hotfix _log method | Walter Purcaro | 2015-07-28 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1575 | Walter Purcaro | 2015-07-28 | 1 | -1/+3 | |
| | ||||||
* | Improve _log method | Walter Purcaro | 2015-07-28 | 5 | -22/+28 | |
| | ||||||
* | Missed to bump up some plugin __version__ | Walter Purcaro | 2015-07-28 | 6 | -6/+6 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey) | Walter Purcaro | 2015-07-28 | 1 | -2/+2 | |
| | ||||||
* | Spare code fixes | Walter Purcaro | 2015-07-27 | 8 | -26/+26 | |
| | ||||||
* | Fix captcha timeout | Walter Purcaro | 2015-07-27 | 2 | -11/+11 | |
| | ||||||
* | Bunch of fixups | Walter Purcaro | 2015-07-27 | 7 | -38/+58 | |
| | ||||||
* | Update internal plugins | Walter Purcaro | 2015-07-27 | 12 | -225/+231 | |
| | ||||||
* | Don't user dictionary’s iterator methods | Walter Purcaro | 2015-07-25 | 8 | -14/+14 | |
| | ||||||
* | Account rewritten (2) | Walter Purcaro | 2015-07-25 | 8 | -66/+102 | |
| | ||||||
* | Account rewritten | Walter Purcaro | 2015-07-25 | 8 | -198/+190 | |
| | ||||||
* | Fix typo | Walter Purcaro | 2015-07-24 | 5 | -7/+7 | |
| | ||||||
* | Code cosmetics | Walter Purcaro | 2015-07-24 | 11 | -34/+34 | |
| | ||||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 23 | -79/+98 | |
| | ||||||
* | Hotfixes | Walter Purcaro | 2015-07-24 | 5 | -16/+56 | |
| | ||||||
* | Small __init__ fixes | Walter Purcaro | 2015-07-24 | 3 | -7/+7 | |
| | ||||||
* | [Plugin] Another fix about page decoding | Walter Purcaro | 2015-07-24 | 1 | -1/+1 | |
| | ||||||
* | Improve Captcha | Walter Purcaro | 2015-07-23 | 7 | -504/+53 | |
| | ||||||
* | Code cosmetics | Walter Purcaro | 2015-07-23 | 5 | -7/+7 | |
| | ||||||
* | [Extractor] is_usable -> find | Walter Purcaro | 2015-07-21 | 4 | -36/+43 | |
| | ||||||
* | New Captcha skeleton | Walter Purcaro | 2015-07-21 | 9 | -153/+179 | |
| | ||||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 26 | -0/+26 | |
| | ||||||
* | [OCR] Fix __init__ (2) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 | |
| | ||||||
* | [OCR] Fix __init__ | Walter Purcaro | 2015-07-19 | 2 | -9/+7 | |
| | ||||||
* | Rename self.core to self.pyload (plugins only) | Walter Purcaro | 2015-07-19 | 17 | -122/+91 | |
| | ||||||
* | Code cosmetics (3) | Walter Purcaro | 2015-07-19 | 8 | -39/+47 | |
| |