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 | 4 | -5/+7 | |
| | |||||
* | [Account] fix relogin not working | 2015-08-04 | 1 | -4/+1 | |
| | |||||
* | [ZDF] Encode file name / title | 2015-08-04 | 1 | -1/+1 | |
| | | | The title used as file name is encoded in Latin-1. This commit enables pyload to download those files and display their names in the queue correctly. | ||||
* | Some fixes | 2015-08-04 | 9 | -31/+34 | |
| | |||||
* | ...has no attribute "COOKIES" | 2015-08-04 | 1 | -0/+1 | |
| | | | https://github.com/pyload/pyload/issues/1694 | ||||
* | Merge pull request #1666 from jellysheep/patch-1 | 2015-08-04 | 1 | -1/+1 | |
|\ | | | | | [ZDF] Encode unicode characters when loading XML | ||||
| * | [ZDF] Encode unicode characters when loading XML | 2015-08-02 | 1 | -1/+1 | |
| | | | | | | | | The XML file from the ZDF website often contains unicode characters, which lead to errors like `'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128)`. This change makes the plugin encode unicode characters to UTF-8 before parsing the XML data. | ||||
* | | Merge pull request #1690 from GammaC0de/patch-2 | 2015-08-04 | 1 | -1/+1 | |
|\ \ | | | | | | | fix XFileSharingPro.py cannot be updated | ||||
| * | | Update XFileSharingPro.py | 2015-08-04 | 1 | -1/+1 | |
| | | | |||||
* | | | 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 | |
| | | |||||
* | | Merge pull request #1670 from GammaC0de/patch-2 | 2015-08-03 | 1 | -2/+2 | |
|\ \ | | | | | | | [AntiStandby] fix import error | ||||
| * | | fix import error | 2015-08-03 | 1 | -2/+2 | |
| | | | |||||
* | | | Use set_cookie instead cj.setCookie | 2015-08-03 | 14 | -46/+61 | |
|/ / | |||||
* / | 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 | 5 | -56/+83 | |
| | |||||
* | Merge pull request #1665 from J-8/stable | 2015-08-02 | 2 | -2/+2 | |
|\ | | | | | Fix for issue #1654 | ||||
| * | Fix for issue #1654 | 2015-08-02 | 2 | -2/+2 | |
| | | | | | | | | Replaced HTTP with HTTPS in order not to reveal user credentials. | ||||
* | | Tiny fixes | 2015-08-02 | 5 | -10/+12 | |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1663 | 2015-08-02 | 6 | -15/+15 | |
|/ | |||||
* | fix #1646 (2) | 2015-08-02 | 1 | -3/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1651 | 2015-08-02 | 1 | -5/+5 | |
| | |||||
* | 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 | 2 | -27/+27 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1649 | 2015-08-02 | 2 | -3/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1590 | 2015-08-02 | 1 | -8/+8 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1643 | 2015-08-02 | 1 | -8/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1640 (2) | 2015-08-02 | 10 | -28/+23 | |
| | |||||
* | [AntiStandby] Improve linux_standby | 2015-08-02 | 1 | -2/+6 | |
| | |||||
* | Update some plugins | 2015-08-02 | 10 | -34/+33 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1646 | 2015-08-02 | 2 | -6/+8 | |
| | |||||
* | 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 https://github.com/pyload/pyload/issues/1543 | 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 | 3 | -10/+5 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1601 | 2015-07-31 | 2 | -5/+8 | |
| | |||||
* | [Captcha] Fix _decrypt method | 2015-07-31 | 7 | -20/+17 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1602 (2) | 2015-07-31 | 1 | -2/+2 | |
| | |||||
* | [Account] Fix ********** bug | 2015-07-31 | 1 | -2/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1613 | 2015-07-31 | 1 | -8/+5 | |
| | |||||
* | [ShareonlineBiz] Improve account | 2015-07-31 | 1 | -28/+35 | |
| | |||||
* | [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 | 4 | -68/+65 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1624 | 2015-07-30 | 1 | -6/+2 | |
| | |||||
* | [AntiStandby] Fix import typo | 2015-07-30 | 1 | -2/+2 | |
| | |||||
* | [AntiStandby] Fix max_mtime method | 2015-07-30 | 2 | -6/+4 | |
| | |||||
* | Merge pull request #1615 from zapp-brannigan/patch-3 | 2015-07-30 | 1 | -2/+5 | |
|\ | | | | | [FilecryptCc.py] Fix https://github.com/pyload/pyload/issues/1614 | ||||
| * | [FilecryptCc.py] Fix https://github.com/pyload/pyload/issues/1614 | 2015-07-30 | 1 | -2/+5 | |
| | | |||||
* | | Fix get_code call in captcha hooks | 2015-07-30 | 5 | -5/+5 | |
|/ | |||||
* | Still improving _log methods | 2015-07-29 | 6 | -16/+16 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1600 (2) | 2015-07-29 | 1 | -4/+4 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1600 | 2015-07-29 | 1 | -8/+21 | |
| | |||||
* | 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 | |
| | |||||
* | New plugins: AniStreamCom and CloudsixMe | 2015-07-29 | 5 | -6/+40 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1594 (2) | 2015-07-29 | 1 | -3/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1597 | 2015-07-29 | 1 | -18/+19 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1594 | 2015-07-29 | 1 | -3/+3 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1595 | 2015-07-29 | 1 | -2/+2 | |
| | |||||
* | 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 | 2 | -6/+6 | |
|/ | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4419 | 2015-07-29 | 1 | -33/+61 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1520 (3) | 2015-07-29 | 2 | -3/+8 | |
| | |||||
* | Fix _log method | 2015-07-29 | 7 | -12/+63 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1588 | 2015-07-29 | 1 | -4/+4 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1586 | 2015-07-29 | 6 | -32/+34 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1587 | 2015-07-29 | 1 | -2/+2 | |
| | |||||
* | [AntiStandby] Hotfix | 2015-07-29 | 1 | -8/+8 | |
| | |||||
* | New plugin: AntiStandby | 2015-07-29 | 1 | -0/+157 | |
| | | | | Fix https://github.com/pyload/pyload/issues/1231 | ||||
* | Fix https://github.com/pyload/pyload/issues/1583 | 2015-07-28 | 3 | -7/+7 | |
| | |||||
* | 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 | 5 | -10/+15 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1582 | 2015-07-28 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1581 | 2015-07-28 | 1 | -2/+3 | |
| | |||||
* | Fix content-disposition | 2015-07-28 | 10 | -26/+16 | |
| | |||||
* | 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 | 8 | -31/+37 | |
| | |||||
* | Missed to bump up some plugin __version__ | 2015-07-28 | 6 | -6/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1545 | 2015-07-28 | 2 | -8/+8 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey) | 2015-07-28 | 2 | -3/+6 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1561 (thx bilalghouri) | 2015-07-28 | 1 | -10/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1558 (thx lpiter) | 2015-07-28 | 1 | -5/+9 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1552 (thx selaux) | 2015-07-27 | 1 | -2/+2 | |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1571 | 2015-07-27 | 1 | -6/+6 | |
| | |||||
* | Spare code fixes | 2015-07-27 | 8 | -26/+26 | |
| | |||||
* | [ExtractArchive] Rename archive_password.txt -> passwords.txt | 2015-07-27 | 1 | -1/+1 | |
| | |||||
* | Fix captcha timeout | 2015-07-27 | 2 | -11/+11 | |
| | |||||
* | Bunch of fixups | 2015-07-27 | 8 | -55/+64 | |
| | |||||
* | Then update others | 2015-07-27 | 13 | -21/+21 | |
| | |||||
* | Update internal plugins | 2015-07-27 | 12 | -225/+231 | |
| | |||||
* | Don't user dictionary’s iterator methods | 2015-07-25 | 19 | -28/+28 | |
| | |||||
* | Account rewritten (2) | 2015-07-25 | 75 | -171/+208 | |
| | |||||
* | Account rewritten | 2015-07-25 | 99 | -498/+486 | |
| | |||||
* | Fix typo | 2015-07-24 | 16 | -20/+20 | |
| | |||||
* | Code cosmetics | 2015-07-24 | 56 | -176/+170 | |
| | |||||
* | Hotfixes (2) | 2015-07-24 | 484 | -627/+646 | |
| | |||||
* | Hotfixes | 2015-07-24 | 6 | -18/+63 | |
| | |||||
* | 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 | 62 | -117/+124 | |
| | |||||
* | Code cosmetics | 2015-07-23 | 15 | -139/+146 | |
| | |||||
* | [Extractor] is_usable -> find | 2015-07-21 | 5 | -38/+45 | |
| | |||||
* | New Captcha skeleton | 2015-07-21 | 46 | -263/+271 | |
| | |||||
* | New __status__ magic key | 2015-07-19 | 483 | -0/+483 | |
| | |||||
* | [OCR] Fix __init__ (2) | 2015-07-19 | 10 | -26/+14 | |
| | |||||
* | [OCR] Fix __init__ | 2015-07-19 | 2 | -9/+7 | |
| | |||||
* | Rename self.core to self.pyload (plugins only) | 2015-07-19 | 59 | -260/+229 | |
| | |||||
* | Code cosmetics (3) | 2015-07-19 | 100 | -326/+334 | |
| | |||||
* | Fix addons | 2015-07-19 | 37 | -425/+333 | |
| | |||||
* | Improve fixurl method | 2015-07-19 | 4 | -18/+14 | |
| | |||||
* | Code cosmetics (2) | 2015-07-19 | 87 | -356/+360 | |
| | |||||
* | [Hoster] Fix the http request issue | 2015-07-18 | 2 | -2/+5 | |
| | |||||
* | Code cosmetics | 2015-07-18 | 54 | -136/+118 | |
| | |||||
* | Reorder some functions | 2015-07-18 | 3 | -68/+68 | |
| | |||||
* | No more need to use the req argument when call load method | 2015-07-17 | 58 | -202/+134 | |
| | |||||
* | Spare fixes and code cosmetics | 2015-07-17 | 105 | -260/+434 | |
| | |||||
* | No camelCase style anymore | 2015-07-07 | 482 | -3093/+3125 | |
| | |||||
* | [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 (4) | 2015-06-24 | 55 | -226/+201 | |
| | |||||
* | Spare code cosmetics (3) | 2015-06-24 | 19 | -190/+190 | |
| | |||||
* | Spare code cosmetics (2) | 2015-06-24 | 96 | -585/+582 | |
| | |||||
* | Spare code cosmetics | 2015-06-24 | 53 | -171/+287 | |
| | |||||
* | Spare fixes | 2015-06-24 | 8 | -85/+99 | |
| | |||||
* | [Hoster] Import fixup | 2015-06-24 | 1 | -1/+1 | |
| | |||||
* | [NowDownloadSx] Tiny cleanup | 2015-06-24 | 1 | -8/+3 | |
| | |||||
* | Update all | 2015-06-24 | 171 | -1279/+1246 | |
| | |||||
* | [SimpleHoster] fixurl | 2015-06-24 | 3 | -20/+20 | |
| | |||||
* | [NitroflareComFolder] Fixup | 2015-06-24 | 1 | -2/+3 | |
| | |||||
* | Spare code cosmetics | 2015-06-24 | 40 | -164/+163 | |
| | |||||
* | Update HighWayMe.py | 2015-06-23 | 1 | -2/+2 | |
| | |||||
* | HighWayMe.py -> HighWayMeHook.py | 2015-06-23 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #1522 from funkyslap/patch-2 | 2015-06-23 | 1 | -2/+2 | |
|\ | | | | | RealDebridCom.py: RealdebridCom: Account Info: {'error': "local variable 'xml' referenced before assignment"} | ||||
| * | RealDebridCom.py: fix DEBUG RealdebridCom: Account Info: {'error': "local ↵ | 2015-06-17 | 1 | -2/+2 | |
| | | | | | | | | | | variable 'xml' referenced before assignment"} Fix this: DEBUG RealdebridCom: Account Info: {'error': "local variable 'xml' referenced before assignment"} | ||||
* | | Update DlProtectCom.py | 2015-06-23 | 1 | -7/+6 | |
| | | |||||
* | | Update/Fix GamefrontCom hoster plugin | 2015-06-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | GameFront uses a <span> tag around long filenames. This caused the plugin to include the tag in the filename. Instead of the (possibly abbreviated) filename in the page's content, the title (HTML <title> tag) is now used. | ||||
* | | Update ShSt crypter plugin | 2015-06-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | Revert to using the "regular" Crypter abstract class instead of SimpleCrypter. Before the last commit, Crypter was used and the last commit didn't actually make use of any SimpleCrypter functionality. So in order to be consistent, Crypter is now used again. | ||||
* | | Update ShSt crypter plugin | 2015-06-23 | 1 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | | | The plugin doesn't rely on a third party website anymore for the actual decrypting. Instead it uses a different user agent which makes sh.st serve an HTTP redirect. This speeds up the decrypting process and fixes errors related to the third party web site (in particular the latest outage and API change). Also, self.urls is now used instead of self.packages for the decrypted URL. | ||||
* | | [YoutubeCom] Version up | 2015-06-21 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #1508 from GammaC0de/patch-1 | 2015-06-16 | 1 | -3/+3 | |
|\ | | | | | fix #1507 | ||||
| * | fix #1507 | 2015-06-16 | 1 | -3/+3 | |
| | | |||||
* | | Merge pull request #1514 from TWD/patch-5 | 2015-06-16 | 1 | -4/+9 | |
|\ \ | | | | | | | Update NowDownloadSx.py | ||||
| * | | Update NowDownloadSx.py | 2015-06-16 | 1 | -4/+9 | |
| |/ | |||||
* / | Update YoutubeCom.py | 2015-06-16 | 1 | -1/+2 | |
|/ | |||||
* | 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 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1501 | 2015-06-15 | 2 | -9/+14 | |
| | |||||
* | [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 | 17 | -22/+22 | |
| | |||||
* | [PremiumizeMe] Account version up | 2015-06-15 | 1 | -1/+1 | |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 (2) | 2015-06-15 | 1 | -23/+14 | |
| | |||||
* | [PremiumizeMe] Premium account fixup | 2015-06-15 | 2 | -3/+4 | |
| | |||||
* | Hook plugin code cosmetics | 2015-06-15 | 9 | -13/+13 | |
| | |||||
* | 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 | |
| | |||||
* | New plugin: NitroflareComFolder | 2015-06-15 | 1 | -0/+35 | |
| | |||||
* | [ShareonlineBiz] Improve checkErrors (THX nomad71) | 2015-06-15 | 1 | -2/+2 | |
| | | | | Fix https://github.com/pyload/pyload/issues/1497 | ||||
* | 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 | 6 | -10/+10 | |
| | |||||
* | 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 | |
| | |||||
* | Revert ↵ | 2015-06-14 | 1 | -7/+7 | |
| | | | | https://github.com/pyload/pyload/commit/043e3dfd83bb217ea15280fef6523fcca691fbf2 | ||||
* | Update Hook | 2015-06-14 | 1 | -73/+102 | |
| | |||||
* | Move new log functions to Plugin | 2015-06-14 | 2 | -48/+28 | |
| | |||||
* | Merge branch 'pr/n1485_EvolutionClip' into stable | 2015-06-14 | 2 | -4/+4 | |
|\ | | | | | | | | | Conflicts: module/plugins/hoster/HighWayMe.py | ||||
| * | Improved Login Check | 2015-06-11 | 1 | -2/+2 | |
| | | |||||
| * | Fixed Syntax Error | 2015-06-11 | 1 | -1/+1 | |
| | | |||||
* | | [PastebinCom] Update | 2015-06-14 | 1 | -4/+6 | |
| | | |||||
* | | fix #1475 | 2015-06-11 | 1 | -7/+7 | |
| | |