Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix addons | Walter Purcaro | 2015-07-19 | 11 | -245/+274 |
| | |||||
* | Improve fixurl method | Walter Purcaro | 2015-07-19 | 3 | -15/+13 |
| | |||||
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 15 | -84/+84 |
| | |||||
* | [Hoster] Fix the http request issue | Walter Purcaro | 2015-07-18 | 2 | -2/+5 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-18 | 11 | -33/+31 |
| | |||||
* | Reorder some functions | Walter Purcaro | 2015-07-18 | 3 | -68/+68 |
| | |||||
* | No more need to use the req argument when call load method | Walter Purcaro | 2015-07-17 | 1 | -3/+3 |
| | |||||
* | Spare fixes and code cosmetics | Walter Purcaro | 2015-07-17 | 11 | -40/+48 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 25 | -470/+498 |
| | |||||
* | [Plugin] Fix decoding in load method | Walter Purcaro | 2015-07-05 | 1 | -6/+2 |
| | |||||
* | Fix long int conversion issue | Walter Purcaro | 2015-07-05 | 1 | -2/+2 |
| | |||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-06-24 | 1 | -2/+2 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2015-06-24 | 10 | -49/+49 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 12 | -47/+101 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-06-24 | 4 | -68/+90 |
| | |||||
* | [Hoster] Import fixup | Walter Purcaro | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | Update all | Walter Purcaro | 2015-06-24 | 16 | -838/+874 |
| | |||||
* | [SimpleHoster] fixurl | Walter Purcaro | 2015-06-24 | 3 | -20/+20 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 9 | -47/+43 |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4328 | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1503 | Walter Purcaro | 2015-06-15 | 2 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1504 | Walter Purcaro | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4332 | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | [MultiHook] Update | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1502 | Walter Purcaro | 2015-06-15 | 1 | -19/+68 |
| | |||||
* | Hook plugin code cosmetics (2) | Walter Purcaro | 2015-06-15 | 2 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 (2) | Walter Purcaro | 2015-06-15 | 1 | -23/+14 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 | Walter Purcaro | 2015-06-15 | 3 | -23/+8 |
| | |||||
* | [Plugin] Typo | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Update Base | Walter Purcaro | 2015-06-15 | 2 | -64/+77 |
| | |||||
* | Update Hook (2) | Walter Purcaro | 2015-06-15 | 1 | -9/+8 |
| | |||||
* | [SimpleCrypter] Fixup | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | [XFSCrypter] Improve OFFLINE_PATTERN | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1496 | Walter Purcaro | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Fix new internal plugins | Walter Purcaro | 2015-06-15 | 4 | -20/+16 |
| | |||||
* | Update Container | Walter Purcaro | 2015-06-14 | 1 | -44/+33 |
| | |||||
* | Hook back to Base class | Walter Purcaro | 2015-06-14 | 2 | -3/+3 |
| | |||||
* | Move OCR to internal plugin folder | Walter Purcaro | 2015-06-14 | 1 | -0/+319 |
| | |||||
* | Crypter back to Plugin class | Walter Purcaro | 2015-06-14 | 1 | -3/+6 |
| | |||||
* | Update Account | Walter Purcaro | 2015-06-14 | 1 | -96/+116 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1492 and ↵ | Walter Purcaro | 2015-06-14 | 1 | -2/+2 |
| | | | | https://github.com/pyload/pyload/issues/1493 | ||||
* | Update Crypter | Walter Purcaro | 2015-06-14 | 1 | -46/+81 |
| | |||||
* | Update Hook | Walter Purcaro | 2015-06-14 | 1 | -73/+102 |
| | |||||
* | Move new log functions to Plugin | Walter Purcaro | 2015-06-14 | 2 | -48/+28 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1473 | Walter Purcaro | 2015-06-10 | 1 | -21/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1479 | Walter Purcaro | 2015-06-10 | 1 | -5/+5 |
| | |||||
* | Update SimpleCrypter.py | GammaC0de | 2015-06-09 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] preload referer to False | Walter Purcaro | 2015-06-09 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1472 | Walter Purcaro | 2015-06-09 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fixup (3) | Walter Purcaro | 2015-06-09 | 1 | -1/+3 |
| | |||||
* | [SimpleHoster] Improve checkFile | Walter Purcaro | 2015-06-09 | 3 | -30/+26 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1468 | Walter Purcaro | 2015-06-08 | 2 | -9/+22 |
| | |||||
* | [SimpleCrypter] Fix handleDirect loop | Walter Purcaro | 2015-06-08 | 1 | -7/+8 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1467 | Walter Purcaro | 2015-06-08 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1464 | Walter Purcaro | 2015-06-08 | 1 | -7/+7 |
| | |||||
* | [SimpleHoster] Fixup | Walter Purcaro | 2015-06-08 | 1 | -6/+6 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1460 | Walter Purcaro | 2015-06-08 | 1 | -7/+7 |
| | |||||
* | [SimpleHoster] Fixup | Walter Purcaro | 2015-06-08 | 1 | -3/+3 |
| | |||||
* | [SimpleHoster] Improve logging and file checking | Walter Purcaro | 2015-06-08 | 3 | -53/+92 |
| | |||||
* | Update everything | Walter Purcaro | 2015-06-08 | 15 | -64/+64 |
| | |||||
* | Move base plugins to internal folder | Walter Purcaro | 2015-06-08 | 6 | -0/+1250 |
| | |||||
* | [UploadedTo] Fixup (2) | Walter Purcaro | 2015-06-06 | 1 | -8/+11 |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4301 | Walter Purcaro | 2015-06-05 | 1 | -4/+4 |
| | |||||
* | [NitroflareCom] Premium support | Walter Purcaro | 2015-06-02 | 1 | -1/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1446 | Walter Purcaro | 2015-06-02 | 3 | -8/+9 |
| | |||||
* | [SimpleCrypter] Update | Walter Purcaro | 2015-06-02 | 7 | -24/+18 |
| | |||||
* | Update SimpleCrypter.py | GammaC0de | 2015-06-01 | 1 | -3/+3 |
| | |||||
* | [XFSHoster] Improve OFFLINE_PATTERN | Walter Purcaro | 2015-06-01 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1445 | Walter Purcaro | 2015-06-01 | 1 | -3/+8 |
| | |||||
* | [SimpleCrypter] Merge with SimpleDereferer | Walter Purcaro | 2015-05-30 | 3 | -117/+26 |
| | |||||
* | [Dereferer][SimpleDereferer] Update | Walter Purcaro | 2015-05-30 | 1 | -12/+18 |
| | |||||
* | Update plugins after splitting CaptchaService | Walter Purcaro | 2015-05-30 | 1 | -2/+3 |
| | |||||
* | Split CaptchaService | Walter Purcaro | 2015-05-30 | 6 | -489/+509 |
| | |||||
* | [SimpleHoster] Fix DB error | Walter Purcaro | 2015-05-29 | 3 | -6/+10 |
| | |||||
* | [SimpleDereferer] Handle direct link | Walter Purcaro | 2015-05-29 | 3 | -17/+21 |
| | |||||
* | [GooGl] Update | Walter Purcaro | 2015-05-29 | 2 | -6/+6 |
| | |||||
* | [GoogledriveCom] Fixup | Walter Purcaro | 2015-05-26 | 2 | -14/+21 |
| | |||||
* | [SimpleCrypter] Fixup | Walter Purcaro | 2015-05-25 | 1 | -3/+3 |
| | |||||
* | New crypter: GoogledriveComFolder | Walter Purcaro | 2015-05-25 | 1 | -3/+3 |
| | |||||
* | [CaptchaService] Improve SolveMedia (2) | Walter Purcaro | 2015-05-25 | 1 | -200/+179 |
| | |||||
* | [CaptchaService] Improve SolveMedia | Walter Purcaro | 2015-05-25 | 2 | -100/+77 |
| | |||||
* | [CaptchaService.py] Update ReCaptchaV1 | zapp-brannigan | 2015-05-24 | 1 | -5/+21 |
| | | | Fix https://github.com/pyload/pyload/issues/1423 | ||||
* | [XFSHoster] Handle videoplayer | Walter Purcaro | 2015-05-22 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fix captcha retrying | Walter Purcaro | 2015-05-22 | 1 | -2/+6 |
| | |||||
* | [SimpleHoster] Improve checkErrors | Walter Purcaro | 2015-05-22 | 1 | -4/+7 |
| | |||||
* | [SimpleHoster] Tiny code cosmetics | Walter Purcaro | 2015-05-20 | 1 | -11/+11 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1404 | Walter Purcaro | 2015-05-18 | 1 | -4/+7 |
| | |||||
* | [SimpleHoster] Fix create_getInfo | Walter Purcaro | 2015-05-18 | 3 | -27/+15 |
| | |||||
* | [XFSHoster] Fix https://github.com/pyload/pyload/issues/1296 | Walter Purcaro | 2015-05-18 | 1 | -11/+5 |
| | |||||
* | [XFSAccount] Fix https://github.com/pyload/pyload/issues/1420 | Walter Purcaro | 2015-05-18 | 2 | -9/+12 |
| |