Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 https://github.com/pyloa... | Walter Purcaro | 2015-06-14 | 1 | -2/+2 |
* | 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 |
* | [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 |
* | [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 | 2 | -75/+77 |
* | [XFSHoster] HAPPY_HOUR_PATTERN | Walter Purcaro | 2015-05-18 | 1 | -1/+8 |
* | [MultiHook] Remove unbound method 'getCrypters' | Walter Purcaro | 2015-05-09 | 1 | -10/+2 |
* | [XFSCrypter] Fix LINK_PATTERN (thx GammaC0de) | Walter Purcaro | 2015-05-06 | 1 | -2/+2 |
* | [SimpleHoster] Fallback option | Walter Purcaro | 2015-05-06 | 1 | -4/+5 |
* | [XFSHoster] Fix WAIT_PATTERN | Walter Purcaro | 2015-05-06 | 1 | -11/+5 |
* | [XFSCrypter] Improve LINK_PATTERN (2) | Walter Purcaro | 2015-05-05 | 1 | -3/+3 |
* | [SimpleHoster] Why Premium download fails? | Walter Purcaro | 2015-05-05 | 1 | -2/+2 |
* | [XFSCrypter] Improve LINK_PATTERN | Walter Purcaro | 2015-05-01 | 1 | -2/+2 |
* | Use 'import' instead 'from' | Walter Purcaro | 2015-05-01 | 5 | -25/+19 |
* | 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 | 2 | -6/+6 |
* | Update CaptchaService.py | zapp-brannigan | 2015-04-09 | 1 | -17/+8 |
* | [SimpleHoster] Improve file name handling | Walter Purcaro | 2015-04-09 | 1 | -19/+18 |
* | Fix https://github.com/pyload/pyload/issues/1157 (2) | Walter Purcaro | 2015-04-08 | 1 | -2/+2 |
* | Fix https://github.com/pyload/pyload/issues/1157 | Walter Purcaro | 2015-04-08 | 1 | -8/+7 |
* | Spare code cosmetics | Walter Purcaro | 2015-04-08 | 1 | -1/+1 |
* | [UserAgentSwitcher] Default activated set to True | Walter Purcaro | 2015-04-08 | 2 | -8/+2 |
* | Traceback code cosmetics | Walter Purcaro | 2015-04-07 | 1 | -2/+3 |
* | [SimpleDereferer][SimpleHoster] Update user-agent (3) | Walter Purcaro | 2015-04-07 | 2 | -2/+4 |
* | [SimpleDereferer] Update user-agent (2) | Walter Purcaro | 2015-04-07 | 2 | -5/+6 |
* | [SimpleDereferer][SimpleHoster] Update user-agent | Walter Purcaro | 2015-04-07 | 2 | -3/+6 |
* | 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 | 2 | -2/+2 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-28 | 1 | -3/+3 |
* | [MultiHook] Periodically loadAccount | Walter Purcaro | 2015-03-28 | 1 | -8/+6 |
* | [Extractor] Rename method 'test' to 'verify' | Walter Purcaro | 2015-03-26 | 4 | -8/+8 |
* | __config__ cosmetics | Walter Purcaro | 2015-03-25 | 4 | -10/+10 |
* | Merge pull request #1285 from immenz/dev_extract | Walter Purcaro | 2015-03-25 | 2 | -4/+4 |
|\ | |||||
| * | [ExtractArchive] Send2Trash Integration | Jens Hörnlein | 2015-03-25 | 2 | -4/+4 |
* | | [SimpleHoster] Fix retryFree | Walter Purcaro | 2015-03-25 | 1 | -1/+5 |
|/ | |||||
* | [ExtractArchive] Bugfix | Jens Hörnlein | 2015-03-24 | 1 | -6/+2 |
* | [ExtractArchive] extract archive even if first part is not in package | Jens Hörnlein | 2015-03-23 | 2 | -6/+15 |
* | [SimpleHoster] Fix checkErrors (2) | Walter Purcaro | 2015-03-21 | 2 | -6/+8 |
* | [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 | 2 | -2/+11 |
* | [MultiHoster] Fix revertfailed feature | Walter Purcaro | 2015-03-18 | 2 | -53/+54 |
* | [SimpleHoster] retryFree feature | Walter Purcaro | 2015-03-18 | 1 | -23/+40 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-18 | 4 | -9/+6 |
* | Import cleanup for datetime and time modules | Walter Purcaro | 2015-03-14 | 4 | -13/+12 |
* | [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 | 2 | -7/+11 |
* | [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 | 7 | -22/+22 |
* | [MultiHook] Fix _pluginSet (fix LinkdecrypterCom issue) | Walter Purcaro | 2015-03-10 | 1 | -22/+26 |
* | [MultiHook] No freezes + better list error handling | Walter Purcaro | 2015-03-09 | 1 | -13/+27 |
* | Rename fileUrl to getFileURL | Walter Purcaro | 2015-03-09 | 2 | -7/+7 |
* | [UnRar] Fix https://github.com/pyload/pyload/issues/1234 | Walter Purcaro | 2015-03-09 | 1 | -5/+5 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-07 | 2 | -12/+11 |
* | Revert 3a9c167ceca27d57dbef927626fe853a3d0e30b2 | Walter Purcaro | 2015-03-04 | 4 | -26/+25 |
* | [Extractor] Use self.target | Walter Purcaro | 2015-03-01 | 4 | -21/+20 |
* | Spare code cosmetics | Walter Purcaro | 2015-03-01 | 4 | -5/+9 |
* | * [ExtractArchive] fixes 'Could not activate UnRar' | Jens Hörnlein | 2015-02-25 | 2 | -4/+6 |
* | Some more changes | Jens Hörnlein | 2015-02-22 | 4 | -71/+76 |
* | Merge pull request #1175 from immenz/dev_extract | Walter Purcaro | 2015-02-12 | 1 | -2/+2 |
|\ | |||||
| * | [Unzip] fix Version Info | Jens Hörnlein | 2015-02-12 | 1 | -2/+2 |
* | | Merge branch 'pr/n1154_immenz' into stable | Walter Purcaro | 2015-02-11 | 4 | -41/+64 |
|\| | |||||
| * | [UnRar] bugfixes | Jens Hörnlein | 2015-02-11 | 2 | -5/+7 |
| * | [ExtractArchive] better Multipart behavior, new version output | Jens Hörnlein | 2015-02-10 | 4 | -41/+50 |
| * | [ExtractArchive] correct fullpath behavior, bugfix | Jens Hörnlein | 2015-02-09 | 2 | -9/+21 |
* | | [UpdateManager] Bump version number to refresh broken plugins | Stefano | 2015-02-11 | 1 | -1/+1 |
* | | [XFSHoster] Fix https://github.com/pyload/pyload/issues/1112 | Walter Purcaro | 2015-02-11 | 2 | -28/+3 |
* | | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1166 | Walter Purcaro | 2015-02-10 | 1 | -45/+47 |
|/ | |||||
* | [CaptchaService] Fix https://github.com/pyload/pyload/issues/1162 | Walter Purcaro | 2015-02-09 | 1 | -3/+3 |
* | Spare code cosmetics | Walter Purcaro | 2015-02-09 | 2 | -6/+7 |
* | [CaptchaService] Cleanup | Walter Purcaro | 2015-02-09 | 1 | -64/+83 |
* | [CaptchaService.py] Updated Solvemedia | zapp-brannigan | 2015-02-09 | 1 | -7/+33 |
* | [UptoboxCom] Fixed login | stickell | 2015-02-08 | 1 | -4/+8 |
* | Spare code cosmetics | Walter Purcaro | 2015-02-08 | 1 | -2/+1 |
* | [Unrar] Fix: Deleting All Files after Extraction | Jens Hörnlein | 2015-02-04 | 1 | -1/+1 |
* | Addressed some Extractor Issues | Jens Hörnlein | 2015-02-04 | 1 | -4/+5 |
* | Update Extractor (4) | Walter Purcaro | 2015-02-03 | 3 | -8/+8 |
* | Update Extractor (3) | Walter Purcaro | 2015-02-03 | 4 | -88/+82 |
* | [UnZip] Fixed Typo | Jens Hörnlein | 2015-02-02 | 1 | -4/+4 |
* | Fix https://github.com/pyload/pyload/issues/1134 | Walter Purcaro | 2015-02-02 | 2 | -11/+13 |
* | [MultiHoster][SimpleHoster] Improve info stuff | Walter Purcaro | 2015-02-02 | 2 | -27/+21 |
* | Fix https://github.com/pyload/pyload/issues/1120 | Walter Purcaro | 2015-01-31 | 2 | -4/+4 |
* | Extractor final fixup | Walter Purcaro | 2015-01-31 | 4 | -34/+26 |
* | Spare code cosmetics | Walter Purcaro | 2015-01-31 | 4 | -12/+19 |
* | [SevenZip] Better check method + fix list method | Walter Purcaro | 2015-01-31 | 3 | -10/+17 |
* | [ExtractArchive] Fix typo | Walter Purcaro | 2015-01-31 | 1 | -2/+2 |