Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Plugin] Minimize code + spare fixes | Walter Purcaro | 2015-10-18 | 1 | -86/+31 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-10-13 | 1 | -17/+11 |
| | |||||
* | [XFSAccount] Error handling support | Walter Purcaro | 2015-10-11 | 1 | -7/+13 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 1 | -6/+7 |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | ||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 1 | -4/+2 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2015-10-10 | 1 | -1/+1 |
| | |||||
* | Fixpack (5) | Walter Purcaro | 2015-10-08 | 1 | -33/+20 |
| | |||||
* | Fixpack (4) | Walter Purcaro | 2015-10-08 | 1 | -8/+10 |
| | |||||
* | Fixpack (2) | Walter Purcaro | 2015-10-04 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557 | Walter Purcaro | 2015-10-02 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1932 | Walter Purcaro | 2015-10-02 | 1 | -6/+6 |
| | |||||
* | [Account] Improve parse_traffic method + code cosmetics | Walter Purcaro | 2015-10-02 | 1 | -5/+5 |
| | |||||
* | [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵ | Walter Purcaro | 2015-10-02 | 1 | -6/+6 |
| | | | | https://github.com/pyload/pyload/issues/1904 | ||||
* | Fix https://github.com/pyload/pyload/issues/1917 + new function: parse_time | Walter Purcaro | 2015-10-02 | 1 | -16/+5 |
| | |||||
* | Fixpack (1) | Walter Purcaro | 2015-10-01 | 1 | -36/+53 |
| | |||||
* | Improve Hoster and Crypter + general fixup | Walter Purcaro | 2015-10-01 | 1 | -81/+53 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1890 | Walter Purcaro | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | Update internal plugins | Walter Purcaro | 2015-09-29 | 1 | -30/+21 |
| | |||||
* | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 |
| | |||||
* | [Plugin] Fix _log + code cosmetics | Walter Purcaro | 2015-09-22 | 1 | -2/+2 |
| | |||||
* | Spare improvements and fixes (2) | Walter Purcaro | 2015-09-21 | 1 | -4/+4 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-09-21 | 1 | -3/+7 |
| | |||||
* | Fix pyfile.name processing | Walter Purcaro | 2015-09-21 | 1 | -12/+8 |
| | |||||
* | 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 | 1 | -12/+9 |
| | | |||||
* | | Remove accents from file name #1817 | Jakub Brož | 2015-09-13 | 1 | -2/+3 |
| | | | | | | | | issue: #1817 | ||||
* | | Spare fixes (2) | Walter Purcaro | 2015-09-03 | 1 | -10/+12 |
| | | |||||
* | | 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 | 1 | -1/+0 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/1707 | Walter Purcaro | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | 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 | Walter Purcaro | 2015-08-04 | 1 | -5/+2 |
| | |||||
* | Update SimpleHoster.py | GammaC0de | 2015-08-03 | 1 | -2/+2 |
| | |||||
* | Use set_cookie instead cj.setCookie | Walter Purcaro | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1663 | Walter Purcaro | 2015-08-02 | 1 | -1/+1 |
| | |||||
* | Update some plugins | Walter Purcaro | 2015-08-02 | 1 | -3/+3 |
| | |||||
* | Fix and improve account logic | Walter Purcaro | 2015-07-31 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1602 (2) | Walter Purcaro | 2015-07-31 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1602 | Walter Purcaro | 2015-07-29 | 1 | -1/+0 |
| | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4410 | Walter Purcaro | 2015-07-28 | 1 | -1/+2 |
| | |||||
* | Missed to bump up some plugin __version__ | Walter Purcaro | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-07-27 | 1 | -5/+3 |
| | |||||
* | Fix captcha timeout | Walter Purcaro | 2015-07-27 | 1 | -5/+2 |
| | |||||
* | Bunch of fixups | Walter Purcaro | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | Update internal plugins | Walter Purcaro | 2015-07-27 | 1 | -76/+87 |
| | |||||
* | Don't user dictionary’s iterator methods | Walter Purcaro | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | Account rewritten (2) | Walter Purcaro | 2015-07-25 | 1 | -2/+2 |
| | |||||
* | Account rewritten | Walter Purcaro | 2015-07-25 | 1 | -2/+2 |
| | |||||
* | Fix typo | Walter Purcaro | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-24 | 1 | -9/+9 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 1 | -8/+8 |
| | |||||
* | New Captcha skeleton | Walter Purcaro | 2015-07-21 | 1 | -3/+3 |
| | |||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 1 | -0/+1 |
| | |||||
* | [OCR] Fix __init__ (2) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Rename self.core to self.pyload (plugins only) | Walter Purcaro | 2015-07-19 | 1 | -4/+4 |
| | |||||
* | Code cosmetics (3) | Walter Purcaro | 2015-07-19 | 1 | -3/+3 |
| | |||||
* | Fix addons | Walter Purcaro | 2015-07-19 | 1 | -2/+1 |
| | |||||
* | Improve fixurl method | Walter Purcaro | 2015-07-19 | 1 | -3/+2 |
| | |||||
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 1 | -1/+1 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-18 | 1 | -4/+4 |
| | |||||
* | Reorder some functions | Walter Purcaro | 2015-07-18 | 1 | -64/+6 |
| | |||||
* | Spare fixes and code cosmetics | Walter Purcaro | 2015-07-17 | 1 | -5/+6 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 1 | -94/+94 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 1 | -1/+0 |
| | |||||
* | Update all | Walter Purcaro | 2015-06-24 | 1 | -243/+16 |
| | |||||
* | [SimpleHoster] fixurl | Walter Purcaro | 2015-06-24 | 1 | -9/+16 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1503 | Walter Purcaro | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 | Walter Purcaro | 2015-06-15 | 1 | -10/+0 |
| | |||||
* | Update Base | Walter Purcaro | 2015-06-15 | 1 | -16/+0 |
| | |||||
* | Move new log functions to Plugin | Walter Purcaro | 2015-06-14 | 1 | -39/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1479 | Walter Purcaro | 2015-06-10 | 1 | -5/+5 |
| | |||||
* | [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 | 1 | -28/+24 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1468 | Walter Purcaro | 2015-06-08 | 1 | -7/+21 |
| | |||||
* | 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 | 1 | -42/+82 |
| | |||||
* | Update everything | Walter Purcaro | 2015-06-08 | 1 | -3/+3 |
| | |||||
* | [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 | 1 | -0/+1 |
| | |||||
* | [SimpleCrypter] Update | Walter Purcaro | 2015-06-02 | 1 | -5/+9 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Fix DB error | Walter Purcaro | 2015-05-29 | 1 | -3/+5 |
| | |||||
* | [SimpleDereferer] Handle direct link | Walter Purcaro | 2015-05-29 | 1 | -3/+3 |
| | |||||
* | [GooGl] Update | Walter Purcaro | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | [GoogledriveCom] Fixup | Walter Purcaro | 2015-05-26 | 1 | -10/+15 |
| | |||||
* | [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 | 1 | -21/+9 |
| | |||||
* | [XFSAccount] Fix https://github.com/pyload/pyload/issues/1420 | Walter Purcaro | 2015-05-18 | 1 | -5/+5 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1421 | Walter Purcaro | 2015-05-18 | 1 | -3/+3 |
| | |||||
* | [SimpleHoster] Improve checkErrors | Walter Purcaro | 2015-05-18 | 1 | -12/+74 |
| | |||||
* | [SimpleHoster] Fallback option | Walter Purcaro | 2015-05-06 | 1 | -4/+5 |
| | |||||
* | [SimpleHoster] Why Premium download fails? | Walter Purcaro | 2015-05-05 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1374 | Walter Purcaro | 2015-04-30 | 1 | -14/+1 |
| | |||||
* | Update SimpleHoster.py | GammaC0de | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | fix 'Content-Disposition' filename cutting first and last chars | GammaC0de | 2015-04-29 | 1 | -2/+2 |
| | |||||
* | Version bump | GammaC0de | 2015-04-14 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Improve latest change a little | Walter Purcaro | 2015-04-14 | 1 | -4/+1 |
| | |||||
* | Update SimpleHoster.py | GammaC0de | 2015-04-14 | 1 | -1/+4 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341 | Walter Purcaro | 2015-04-10 | 1 | -3/+3 |
| | |||||
* | [SimpleHoster] Improve file name handling | Walter Purcaro | 2015-04-09 | 1 | -19/+18 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | [UserAgentSwitcher] Default activated set to True | Walter Purcaro | 2015-04-08 | 1 | -4/+1 |
| | |||||
* | [SimpleDereferer][SimpleHoster] Update user-agent (3) | Walter Purcaro | 2015-04-07 | 1 | -1/+2 |
| | |||||
* | [SimpleDereferer] Update user-agent (2) | Walter Purcaro | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | [SimpleDereferer][SimpleHoster] Update user-agent | Walter Purcaro | 2015-04-07 | 1 | -2/+4 |
| | |||||
* | Temp fixup to `filename*=UTF-8` bug (2) | Walter Purcaro | 2015-04-01 | 1 | -3/+3 |
| | |||||
* | Temp fixup to `filename*=UTF-8` bug | Walter Purcaro | 2015-03-31 | 1 | -3/+14 |
| | |||||
* | [GoogledriveCom] Fix handleDirect | Walter Purcaro | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | __config__ cosmetics | Walter Purcaro | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fix retryFree | Walter Purcaro | 2015-03-25 | 1 | -1/+5 |
| | |||||
* | [SimpleHoster] Fix checkErrors (2) | Walter Purcaro | 2015-03-21 | 1 | -5/+6 |
| | |||||
* | [SimpleHoster] Fix checkErrors | Walter Purcaro | 2015-03-20 | 1 | -5/+8 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1263 | Walter Purcaro | 2015-03-18 | 1 | -1/+10 |
| | |||||
* | [SimpleHoster] retryFree feature | Walter Purcaro | 2015-03-18 | 1 | -23/+40 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-18 | 1 | -3/+1 |
| | |||||
* | Import cleanup for datetime and time modules | Walter Purcaro | 2015-03-14 | 1 | -6/+6 |
| | |||||
* | [BasePlugin][SimpleHoster] Better checkDownload warning | Walter Purcaro | 2015-03-14 | 1 | -3/+3 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1248 | Walter Purcaro | 2015-03-11 | 1 | -9/+13 |
| | |||||
* | [BasePlugin][SimpleHoster] Improve checkDownload rules | Walter Purcaro | 2015-03-10 | 1 | -8/+8 |
| | |||||
* | [SimpleHoster] Improve checkFile routine (2) | Walter Purcaro | 2015-03-10 | 1 | -12/+15 |
| | |||||
* | [SimpleHoster] Improve checkFile routine | Walter Purcaro | 2015-03-10 | 1 | -14/+18 |
| | |||||
* | [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040 (2) | Walter Purcaro | 2015-03-10 | 1 | -1/+4 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1242 | Walter Purcaro | 2015-03-10 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fixup | Walter Purcaro | 2015-03-10 | 1 | -5/+9 |
| | |||||
* | [RapidgatorNet] Fix https://github.com/pyload/pyload/issues/1237 | Walter Purcaro | 2015-03-10 | 1 | -5/+18 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-03-10 | 1 | -5/+5 |
| | |||||
* | Rename fileUrl to getFileURL | Walter Purcaro | 2015-03-09 | 1 | -4/+4 |
| | |||||
* | [XFSHoster] Fix https://github.com/pyload/pyload/issues/1112 | Walter Purcaro | 2015-02-11 | 1 | -2/+2 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-02-09 | 1 | -4/+5 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-02-08 | 1 | -2/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1134 | Walter Purcaro | 2015-02-02 | 1 | -8/+10 |
| | |||||
* | [MultiHoster][SimpleHoster] Improve info stuff | Walter Purcaro | 2015-02-02 | 1 | -24/+19 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-01-31 | 1 | -2/+2 |
| | |||||
* | [SimpleDereferer][SimpleHoster] Revert renewHTTPRequest | Walter Purcaro | 2015-01-29 | 1 | -2/+1 |
| | |||||
* | [UploadedTo] Rewritten | Walter Purcaro | 2015-01-28 | 1 | -3/+3 |
| | |||||
* | [BasePlugin] Fix https://github.com/pyload/pyload/issues/1073 | Walter Purcaro | 2015-01-25 | 1 | -3/+3 |
| | |||||
* | Spare code improvements | Walter Purcaro | 2015-01-24 | 1 | -1/+2 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1070 | Walter Purcaro | 2015-01-24 | 1 | -7/+6 |
| | |||||
* | [SimpleDereferer][SimpleHoster] Fix https://github.com/pyload/pyload/issues/1065 | Walter Purcaro | 2015-01-22 | 1 | -1/+2 |
| | |||||
* | [SimpleHoster] Improve getInfo | Walter Purcaro | 2015-01-20 | 1 | -7/+34 |
| | |||||
* | [SimpleHoster] Improve downloadLink routine | Walter Purcaro | 2015-01-20 | 1 | -1/+7 |
| | |||||
* | [SimpleHoster] Fix fileUrl follow_location | Walter Purcaro | 2015-01-18 | 1 | -5/+5 |
| | |||||
* | [SimpleHoster] Fix PREMIUM_ONLY_PATTERN handling | Walter Purcaro | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fix typo | Walter Purcaro | 2015-01-18 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fix and improve directLink routine (now fileUrl) | Walter Purcaro | 2015-01-18 | 1 | -19/+44 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1045 | Walter Purcaro | 2015-01-16 | 1 | -9/+14 |
| | |||||
* | [SimpleHoster] Improve error handling | Walter Purcaro | 2015-01-13 | 1 | -17/+9 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1038 | Walter Purcaro | 2015-01-13 | 1 | -4/+4 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1039 | Walter Purcaro | 2015-01-13 | 1 | -2/+3 |
| | |||||
* | [SimpleCrypter] getLinks auto-complete links | Walter Purcaro | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fix previous commit | Walter Purcaro | 2015-01-11 | 1 | -3/+8 |
| | |||||
* | [SkipRev] Fix https://github.com/pyload/pyload/issues/1036 | Walter Purcaro | 2015-01-11 | 1 | -3/+3 |
| | |||||
* | Code improvements | Walter Purcaro | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | Improve getInfo | Walter Purcaro | 2015-01-10 | 1 | -17/+23 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1022 | Walter Purcaro | 2015-01-09 | 1 | -4/+5 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-01-09 | 1 | -5/+5 |
| | |||||
* | [SimpleHoster] Better checkDownload rules | Walter Purcaro | 2015-01-09 | 1 | -1/+1 |
| | |||||
* | "New Year" Update: internal plugins | Walter Purcaro | 2015-01-08 | 1 | -18/+37 |
| | |||||
* | [SimpleHoster] Improve checkTrafficLeft routine | Walter Purcaro | 2015-01-04 | 1 | -1/+4 |
| | |||||
* | [SimpleHoster] Fix _isDirectLink | Walter Purcaro | 2015-01-02 | 1 | -19/+24 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/997 | Walter Purcaro | 2015-01-01 | 1 | -39/+7 |
| | |||||
* | [SimpleHoster] Fix info stuff | Walter Purcaro | 2014-12-31 | 1 | -50/+71 |
| | |||||
* | Handle methods get pyfile argument (2) | Walter Purcaro | 2014-12-31 | 1 | -5/+5 |
| | |||||
* | [SimpleHoster] Clean lastDownload when download fails | Walter Purcaro | 2014-12-31 | 1 | -16/+17 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/983 | Walter Purcaro | 2014-12-28 | 1 | -2/+4 |
| | |||||
* | [SimpleHoster] Improve | Walter Purcaro | 2014-12-28 | 1 | -5/+2 |
| | |||||
* | [SimpleHoster] Improve _isDirectLink + move here secondsToMidnight routine + ↵ | Walter Purcaro | 2014-12-27 | 1 | -16/+39 |
| | | | | spare code cosmetics | ||||
* | [SimpleHoster] getInfo handle direct link error | Walter Purcaro | 2014-12-26 | 1 | -8/+15 |
| | |||||
* | [SimpleHoster] Improve | Walter Purcaro | 2014-12-26 | 1 | -3/+7 |
| | |||||
* | [SimpleHoster] Code cosmetics | Walter Purcaro | 2014-12-23 | 1 | -5/+4 |
| | |||||
* | [SimpleHoster] Update | Walter Purcaro | 2014-12-23 | 1 | -44/+37 |
| | |||||
* | [SimpleHoster] Improve multi-hoster feature | Walter Purcaro | 2014-12-23 | 1 | -19/+19 |
| | |||||
* | [SimpleHoster] Improve checkFile | Walter Purcaro | 2014-12-20 | 1 | -2/+7 |
| | |||||
* | Update checkFile routine in some hoster plugins | Walter Purcaro | 2014-12-18 | 1 | -4/+16 |
| | |||||
* | Extend SimpleHoster in multi-hoster plugins (3) | Walter Purcaro | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | [SimpleHoster] Fix filesize recognition | Walter Purcaro | 2014-12-17 | 1 | -6/+5 |
| | |||||
* | [SimpleHoster] Improve and fix | Walter Purcaro | 2014-12-16 | 1 | -24/+34 |
| | |||||
* | Merge branch 'pr/n959_philou75' into stable | Walter Purcaro | 2014-12-16 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py | ||||
| * | Make the waiting time work again on OneFichier.com | philou75 | 2014-12-12 | 1 | -2/+2 |
| | | |||||
* | | [SimpleHoster] Remove CONTENT_DISPOSITION + Rename parseInfo to parseInfos | Walter Purcaro | 2014-12-12 | 1 | -6/+5 |
| | | |||||
* | | [SimpleHoster] Fix multihost | Walter Purcaro | 2014-12-06 | 1 | -6/+11 |
|/ | |||||
* | Code cosmetics about checkErrors | Walter Purcaro | 2014-12-05 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/943 | Walter Purcaro | 2014-12-03 | 1 | -2/+2 |
| | |||||
* | [SimpleHoster] Force _isDirectLink to old style | Walter Purcaro | 2014-12-02 | 1 | -0/+2 |
| | |||||
* | Fixes | Walter Purcaro | 2014-12-01 | 1 | -2/+2 |
| |