Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Download deleted because of file size mismatch | 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) | 2015-08-04 | 2 | -2/+4 | |
| | |||||
* | [Account] fix relogin not working | 2015-08-04 | 1 | -4/+1 | |
| | |||||
* | Some fixes | 2015-08-04 | 6 | -26/+28 | |
| | |||||
* | Fix #1603 | 2015-08-04 | 1 | -2/+2 | |
| | |||||
* | Update Plugin.py | 2015-08-03 | 1 | -1/+1 | |
| | |||||
* | Update SimpleHoster.py | 2015-08-03 | 1 | -2/+2 | |
| | |||||
* | Update Plugin.py | 2015-08-03 | 1 | -1/+1 | |
| | |||||
* | Update XFSAccount.py | 2015-08-03 | 1 | -4/+5 | |
| | |||||
* | Update Plugin.py | 2015-08-03 | 1 | -2/+2 | |
| | |||||
* | Use set_cookie instead cj.setCookie | 2015-08-03 | 6 | -29/+37 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1664 | 2015-08-02 | 1 | -4/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1591 | 2015-08-02 | 2 | -16/+14 | |
| | |||||
* | Tiny fixes | 2015-08-02 | 1 | -0/+1 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1663 | 2015-08-02 | 6 | -15/+15 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1650 | 2015-08-02 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1640 (3) | 2015-08-02 | 1 | -7/+7 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1630 | 2015-08-02 | 1 | -25/+25 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1649 | 2015-08-02 | 2 | -3/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1640 (2) | 2015-08-02 | 7 | -25/+20 | |
| | |||||
* | Update some plugins | 2015-08-02 | 4 | -17/+10 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1640 | 2015-08-02 | 3 | -46/+47 | |
| | |||||
* | Fix load_account routine | 2015-08-01 | 2 | -26/+34 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1636 | 2015-08-01 | 2 | -3/+4 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1632 | 2015-07-31 | 1 | -2/+2 | |
| | |||||
* | Fix and improve account logic | 2015-07-31 | 5 | -93/+89 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1628 | 2015-07-31 | 2 | -5/+5 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1601 | 2015-07-31 | 1 | -3/+3 | |
| | |||||
* | [Captcha] Fix _decrypt method | 2015-07-31 | 1 | -11/+9 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1602 (2) | 2015-07-31 | 1 | -2/+2 | |
| | |||||
* | [Account] Fix ********** bug | 2015-07-31 | 1 | -2/+3 | |
| | |||||
* | [Addon] Fix unload method not called on exit | 2015-07-31 | 1 | -1/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1625 | 2015-07-31 | 3 | -45/+62 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1624 | 2015-07-30 | 1 | -6/+2 | |
| | |||||
* | Fix get_code call in captcha hooks | 2015-07-30 | 1 | -1/+1 | |
| | |||||
* | Still improving _log methods | 2015-07-29 | 6 | -16/+16 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1602 | 2015-07-29 | 2 | -2/+2 | |
| | |||||
* | [MultiHook] Better error handling for plugins_cached | 2015-07-29 | 1 | -4/+4 | |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4421 | 2015-07-29 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1594 | 2015-07-29 | 1 | -3/+3 | |
| | |||||
* | Merge pull request #1593 from TodsDeath/patch-1 | 2015-07-29 | 1 | -1/+1 | |
|\ | | | | | Update Account.py, fixed not-working premium downloads | ||||
| * | Update Account.py | 2015-07-29 | 1 | -1/+1 | |
| | | | | | | better readability than conditional expression | ||||
| * | Update Account.py | 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 | 2015-07-29 | 1 | -2/+2 | |
|/ | |||||
* | Fix _log method | 2015-07-29 | 4 | -5/+50 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1586 | 2015-07-29 | 5 | -28/+28 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1587 | 2015-07-29 | 1 | -2/+2 | |
| | |||||
* | Fix missing `encode` | 2015-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1578 (3) | 2015-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1520 | 2015-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix content-disposition | 2015-07-28 | 3 | -7/+5 | |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4410 | 2015-07-28 | 2 | -3/+4 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1578 (2) | 2015-07-28 | 1 | -11/+17 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1578 | 2015-07-28 | 1 | -3/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1577 and ↵ | 2015-07-28 | 1 | -2/+2 | |
| | | | | https://github.com/pyload/pyload/issues/1580 | ||||
* | [Account] Hotfix | 2015-07-28 | 1 | -32/+62 | |
| | |||||
* | [Hook] Hotfix _log method | 2015-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1575 | 2015-07-28 | 1 | -1/+3 | |
| | |||||
* | Improve _log method | 2015-07-28 | 5 | -22/+28 | |
| | |||||
* | Missed to bump up some plugin __version__ | 2015-07-28 | 6 | -6/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey) | 2015-07-28 | 1 | -2/+2 | |
| | |||||
* | Spare code fixes | 2015-07-27 | 8 | -26/+26 | |
| | |||||
* | Fix captcha timeout | 2015-07-27 | 2 | -11/+11 | |
| | |||||
* | Bunch of fixups | 2015-07-27 | 7 | -38/+58 | |
| | |||||
* | Update internal plugins | 2015-07-27 | 12 | -225/+231 | |
| | |||||
* | Don't user dictionary’s iterator methods | 2015-07-25 | 8 | -14/+14 | |
| | |||||
* | Account rewritten (2) | 2015-07-25 | 8 | -66/+102 | |
| | |||||
* | Account rewritten | 2015-07-25 | 8 | -198/+190 | |
| | |||||
* | Fix typo | 2015-07-24 | 5 | -7/+7 | |
| | |||||
* | Code cosmetics | 2015-07-24 | 11 | -34/+34 | |
| | |||||
* | Hotfixes (2) | 2015-07-24 | 23 | -79/+98 | |
| | |||||
* | Hotfixes | 2015-07-24 | 5 | -16/+56 | |
| | |||||
* | Small __init__ fixes | 2015-07-24 | 3 | -7/+7 | |
| | |||||
* | [Plugin] Another fix about page decoding | 2015-07-24 | 1 | -1/+1 | |
| | |||||
* | Improve Captcha | 2015-07-23 | 7 | -504/+53 | |
| | |||||
* | Code cosmetics | 2015-07-23 | 5 | -7/+7 | |
| | |||||
* | [Extractor] is_usable -> find | 2015-07-21 | 4 | -36/+43 | |
| | |||||
* | New Captcha skeleton | 2015-07-21 | 9 | -153/+179 | |
| | |||||
* | New __status__ magic key | 2015-07-19 | 26 | -0/+26 | |
| | |||||
* | [OCR] Fix __init__ (2) | 2015-07-19 | 1 | -1/+1 | |
| | |||||
* | [OCR] Fix __init__ | 2015-07-19 | 2 | -9/+7 | |
| | |||||
* | Rename self.core to self.pyload (plugins only) | 2015-07-19 | 17 | -122/+91 | |
| | |||||
* | Code cosmetics (3) | 2015-07-19 | 8 | -39/+47 | |
| | |||||
* | Fix addons | 2015-07-19 | 11 | -245/+274 | |
| | |||||
* | Improve fixurl method | 2015-07-19 | 3 | -15/+13 | |
| | |||||
* | Code cosmetics (2) | 2015-07-19 | 15 | -84/+84 | |
| | |||||
* | [Hoster] Fix the http request issue | 2015-07-18 | 2 | -2/+5 | |
| | |||||
* | Code cosmetics | 2015-07-18 | 11 | -33/+31 | |
| | |||||
* | Reorder some functions | 2015-07-18 | 3 | -68/+68 | |
| | |||||
* | No more need to use the req argument when call load method | 2015-07-17 | 1 | -3/+3 | |
| | |||||
* | Spare fixes and code cosmetics | 2015-07-17 | 11 | -40/+48 | |
| | |||||
* | No camelCase style anymore | 2015-07-07 | 25 | -470/+498 | |
| | |||||
* | [Plugin] Fix decoding in load method | 2015-07-05 | 1 | -6/+2 | |
| | |||||
* | Fix long int conversion issue | 2015-07-05 | 1 | -2/+2 | |
| | |||||
* | Spare code cosmetics (3) | 2015-06-24 | 1 | -2/+2 | |
| | |||||
* | Spare code cosmetics (2) | 2015-06-24 | 10 | -49/+49 | |
| | |||||
* | Spare code cosmetics | 2015-06-24 | 12 | -47/+101 | |
| | |||||
* | Spare fixes | 2015-06-24 | 4 | -68/+90 | |
| | |||||
* | [Hoster] Import fixup | 2015-06-24 | 1 | -1/+1 | |
| | |||||
* | Update all | 2015-06-24 | 16 | -838/+874 | |
| | |||||
* | [SimpleHoster] fixurl | 2015-06-24 | 3 | -20/+20 | |
| | |||||
* | Spare code cosmetics | 2015-06-24 | 9 | -47/+43 | |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4328 | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1503 | 2015-06-15 | 2 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1504 | 2015-06-15 | 1 | -1/+1 | |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4332 | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | [MultiHook] Update | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1502 | 2015-06-15 | 1 | -19/+68 | |
| | |||||
* | Hook plugin code cosmetics (2) | 2015-06-15 | 2 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 (2) | 2015-06-15 | 1 | -23/+14 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 | 2015-06-15 | 3 | -23/+8 | |
| | |||||
* | [Plugin] Typo | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Update Base | 2015-06-15 | 2 | -64/+77 | |
| | |||||
* | Update Hook (2) | 2015-06-15 | 1 | -9/+8 | |
| | |||||
* | [SimpleCrypter] Fixup | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | [XFSCrypter] Improve OFFLINE_PATTERN | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1496 | 2015-06-15 | 1 | -2/+2 | |
| | |||||
* | Fix new internal plugins | 2015-06-15 | 4 | -20/+16 | |
| | |||||
* | Update Container | 2015-06-14 | 1 | -44/+33 | |
| | |||||
* | Hook back to Base class | 2015-06-14 | 2 | -3/+3 | |
| | |||||
* | Move OCR to internal plugin folder | 2015-06-14 | 1 | -0/+319 | |
| | |||||
* | Crypter back to Plugin class | 2015-06-14 | 1 | -3/+6 | |
| | |||||
* | Update Account | 2015-06-14 | 1 | -96/+116 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1492 and ↵ | 2015-06-14 | 1 | -2/+2 | |
| | | | | https://github.com/pyload/pyload/issues/1493 | ||||
* | Update Crypter | 2015-06-14 | 1 | -46/+81 | |
| | |||||
* | Update Hook | 2015-06-14 | 1 | -73/+102 | |
| | |||||
* | Move new log functions to Plugin | 2015-06-14 | 2 | -48/+28 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1473 | 2015-06-10 | 1 | -21/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1479 | 2015-06-10 | 1 | -5/+5 | |
| | |||||
* | Update SimpleCrypter.py | 2015-06-09 | 1 | -2/+2 | |
| | |||||
* | [SimpleHoster] preload referer to False | 2015-06-09 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1472 | 2015-06-09 | 1 | -2/+2 | |
| | |||||
* | [SimpleHoster] Fixup (3) | 2015-06-09 | 1 | -1/+3 | |
| | |||||
* | [SimpleHoster] Improve checkFile | 2015-06-09 | 3 | -30/+26 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1468 | 2015-06-08 | 2 | -9/+22 | |
| | |||||
* | [SimpleCrypter] Fix handleDirect loop | 2015-06-08 | 1 | -7/+8 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1467 | 2015-06-08 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1464 | 2015-06-08 | 1 | -7/+7 | |
| | |||||
* | [SimpleHoster] Fixup | 2015-06-08 | 1 | -6/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1460 | 2015-06-08 | 1 | -7/+7 | |
| | |||||
* | [SimpleHoster] Fixup | 2015-06-08 | 1 | -3/+3 | |
| | |||||
* | [SimpleHoster] Improve logging and file checking | 2015-06-08 | 3 | -53/+92 | |
| | |||||
* | Update everything | 2015-06-08 | 15 | -64/+64 | |
| | |||||
* | Move base plugins to internal folder | 2015-06-08 | 6 | -0/+1250 | |
| | |||||
* | [UploadedTo] Fixup (2) | 2015-06-06 | 1 | -8/+11 | |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=10&t=4301 | 2015-06-05 | 1 | -4/+4 | |
| | |||||
* | [NitroflareCom] Premium support | 2015-06-02 | 1 | -1/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1446 | 2015-06-02 | 3 | -8/+9 | |
| | |||||
* | [SimpleCrypter] Update | 2015-06-02 | 7 | -24/+18 | |
| | |||||
* | Update SimpleCrypter.py | 2015-06-01 | 1 | -3/+3 | |
| | |||||
* | [XFSHoster] Improve OFFLINE_PATTERN | 2015-06-01 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1445 | 2015-06-01 | 1 | -3/+8 | |
| | |||||
* | [SimpleCrypter] Merge with SimpleDereferer | 2015-05-30 | 3 | -117/+26 | |
| | |||||
* | [Dereferer][SimpleDereferer] Update | 2015-05-30 | 1 | -12/+18 | |
| | |||||
* | Update plugins after splitting CaptchaService | 2015-05-30 | 1 | -2/+3 | |
| | |||||
* | Split CaptchaService | 2015-05-30 | 6 | -489/+509 | |
| | |||||
* | [SimpleHoster] Fix DB error | 2015-05-29 | 3 | -6/+10 | |
| | |||||
* | [SimpleDereferer] Handle direct link | 2015-05-29 | 3 | -17/+21 | |
| | |||||
* | [GooGl] Update | 2015-05-29 | 2 | -6/+6 | |
| | |||||
* | [GoogledriveCom] Fixup | 2015-05-26 | 2 | -14/+21 | |
| | |||||
* | [SimpleCrypter] Fixup | 2015-05-25 | 1 | -3/+3 | |
| | |||||
* | New crypter: GoogledriveComFolder | 2015-05-25 | 1 | -3/+3 | |
| | |||||
* | [CaptchaService] Improve SolveMedia (2) | 2015-05-25 | 1 | -200/+179 | |
| | |||||
* | [CaptchaService] Improve SolveMedia | 2015-05-25 | 2 | -100/+77 | |
| | |||||
* | [CaptchaService.py] Update ReCaptchaV1 | 2015-05-24 | 1 | -5/+21 | |
| | | | Fix https://github.com/pyload/pyload/issues/1423 | ||||
* | [XFSHoster] Handle videoplayer | 2015-05-22 | 1 | -2/+2 | |
| | |||||
* | [SimpleHoster] Fix captcha retrying | 2015-05-22 | 1 | -2/+6 | |
| | |||||
* | [SimpleHoster] Improve checkErrors | 2015-05-22 | 1 | -4/+7 | |
| | |||||
* | [SimpleHoster] Tiny code cosmetics | 2015-05-20 | 1 | -11/+11 | |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1404 | 2015-05-18 | 1 | -4/+7 | |
| | |||||
* | [SimpleHoster] Fix create_getInfo | 2015-05-18 | 3 | -27/+15 | |
| | |||||
* | [XFSHoster] Fix https://github.com/pyload/pyload/issues/1296 | 2015-05-18 | 1 | -11/+5 | |
| | |||||
* | [XFSAccount] Fix https://github.com/pyload/pyload/issues/1420 | 2015-05-18 | 2 | -9/+12 | |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1421 | 2015-05-18 | 1 | -3/+3 | |
| | |||||
* | [SimpleHoster] Improve checkErrors | 2015-05-18 | 2 | -75/+77 | |
| | |||||
* | [XFSHoster] HAPPY_HOUR_PATTERN | 2015-05-18 | 1 | -1/+8 | |
| | |||||
* | [MultiHook] Remove unbound method 'getCrypters' | 2015-05-09 | 1 | -10/+2 | |
| | |||||
* | [XFSCrypter] Fix LINK_PATTERN (thx GammaC0de) | 2015-05-06 | 1 | -2/+2 | |
| | |||||
* | [SimpleHoster] Fallback option | 2015-05-06 | 1 | -4/+5 | |
| | |||||
* | [XFSHoster] Fix WAIT_PATTERN | 2015-05-06 | 1 | -11/+5 | |
| | |||||
* | [XFSCrypter] Improve LINK_PATTERN (2) | 2015-05-05 | 1 | -3/+3 | |
| | |||||
* | [SimpleHoster] Why Premium download fails? | 2015-05-05 | 1 | -2/+2 | |
| | |||||
* | [XFSCrypter] Improve LINK_PATTERN | 2015-05-01 | 1 | -2/+2 | |
| | |||||
* | Use 'import' instead 'from' | 2015-05-01 | 5 | -25/+19 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1374 | 2015-04-30 | 1 | -14/+1 | |
| | |||||
* | Update SimpleHoster.py | 2015-04-29 | 1 | -1/+1 | |
| | |||||
* | fix 'Content-Disposition' filename cutting first and last chars | 2015-04-29 | 1 | -2/+2 | |
| | |||||
* | Version bump | 2015-04-14 | 1 | -1/+1 | |
| | |||||
* | [SimpleHoster] Improve latest change a little | 2015-04-14 | 1 | -4/+1 | |
| | |||||
* | Update SimpleHoster.py | 2015-04-14 | 1 | -1/+4 | |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341 | 2015-04-10 | 2 | -6/+6 | |
| | |||||
* | Update CaptchaService.py | 2015-04-09 | 1 | -17/+8 | |
| | | | Fix ReCaptchaV2 | ||||
* | [SimpleHoster] Improve file name handling | 2015-04-09 | 1 | -19/+18 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1157 (2) | 2015-04-08 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1157 | 2015-04-08 | 1 | -8/+7 | |
| | |||||
* | Spare code cosmetics | 2015-04-08 | 1 | -1/+1 | |
| | |||||
* | [UserAgentSwitcher] Default activated set to True | 2015-04-08 | 2 | -8/+2 | |
| | |||||
* | Traceback code cosmetics | 2015-04-07 | 1 | -2/+3 | |
| | |||||
* | [SimpleDereferer][SimpleHoster] Update user-agent (3) | 2015-04-07 | 2 | -2/+4 | |
| | |||||
* | [SimpleDereferer] Update user-agent (2) | 2015-04-07 | 2 | -5/+6 | |
| |