Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1763 from salimimani/patch-1 | Walter Purcaro | 2015-08-18 | 1 | -1/+1 |
|\ | | | | | Update MediafireCom.py | ||||
| * | Update MediafireCom.py | salimimani | 2015-08-17 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |||||
* | Merge pull request #1708 from estaban/patch-5 | Walter Purcaro | 2015-08-04 | 1 | -1/+3 |
|\ | | | | | Download deleted because of file size mismatch | ||||
| * | 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 | 4 | -5/+7 |
| | |||||
* | Merge pull request #1705 from GammaC0de/patch-2 | Walter Purcaro | 2015-08-04 | 1 | -4/+1 |
|\ | | | | | [Account] fix relogin not working | ||||
| * | [Account] fix relogin not working | GammaC0de | 2015-08-04 | 1 | -4/+1 |
|/ | |||||
* | Merge pull request #1697 from jellysheep/patch-2 | Walter Purcaro | 2015-08-04 | 1 | -1/+1 |
|\ | | | | | [ZDF] Encode file name / title | ||||
| * | [ZDF] Encode file name / title | jellysheep | 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 | Walter Purcaro | 2015-08-04 | 9 | -31/+34 |
| | |||||
* | Merge pull request #1696 from Gutz-Pilz/patch-4 | Walter Purcaro | 2015-08-04 | 1 | -0/+1 |
|\ | | | | | ...has no attribute "COOKIES" | ||||
| * | ...has no attribute "COOKIES" | Gutz-Pilz | 2015-08-04 | 1 | -0/+1 |
|/ | | | https://github.com/pyload/pyload/issues/1694 | ||||
* | Merge pull request #1666 from jellysheep/patch-1 | Walter Purcaro | 2015-08-04 | 1 | -1/+1 |
|\ | | | | | [ZDF] Encode unicode characters when loading XML | ||||
| * | [ZDF] Encode unicode characters when loading XML | jellysheep | 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 #1682 from estaban/patch-4 | Walter Purcaro | 2015-08-04 | 0 | -0/+0 |
|\ \ | | | | | | | Update Plugin.py | ||||
| * | | Update Plugin.py | estaban | 2015-08-03 | 1 | -1/+1 |
| | | | | | | | | | call set_cookies with the list of cookies, not the boolean | ||||
| * | | Update Plugin.py | estaban | 2015-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Hi, With commit e5ce0acf056dc96c40d5616ab6d2b82f998eefbe titled "Use set_cookie instead cj.setCookie", COOKIES attribute in Plugin class does not necessarily exist anymore, unfortunately it is used in module/plugins/internal/Plugin.py#337. Therefore it breaks loading many plugins like UpdateManager, Mega.Co.Nz... | ||||
* | | | Merge pull request #1690 from GammaC0de/patch-2 | Walter Purcaro | 2015-08-04 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix XFileSharingPro.py cannot be updated | ||||
| * | | | Update XFileSharingPro.py | GammaC0de | 2015-08-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #1689 from TodsDeath/patch-2 | Walter Purcaro | 2015-08-04 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | Fix #1603 | ||||
| * | | | Fix #1603 | TodsDeath | 2015-08-04 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #1685 from GammaC0de/patch-2 | Walter Purcaro | 2015-08-03 | 3 | -9/+10 |
|\ \ \ | |/ / |/| | | Object has no attribute 'COOKIES' | ||||
| * | | 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 |
|/ / | |||||
* | | Merge pull request #1670 from GammaC0de/patch-2 | Walter Purcaro | 2015-08-03 | 1 | -2/+2 |
|\ \ | | | | | | | [AntiStandby] fix import error | ||||
| * | | fix import error | GammaC0de | 2015-08-03 | 1 | -2/+2 |
| | | | |||||
* | | | Use set_cookie instead cj.setCookie | Walter Purcaro | 2015-08-03 | 14 | -46/+61 |
|/ / | |||||
* / | 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 | 5 | -56/+83 |
| | |||||
* | Merge pull request #1665 from J-8/stable | Walter Purcaro | 2015-08-02 | 2 | -2/+2 |
|\ | | | | | Fix for issue #1654 | ||||
| * | Fix for issue #1654 | J-8 | 2015-08-02 | 2 | -2/+2 |
| | | | | | | | | Replaced HTTP with HTTPS in order not to reveal user credentials. | ||||
* | | Tiny fixes | Walter Purcaro | 2015-08-02 | 5 | -10/+12 |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/1663 | Walter Purcaro | 2015-08-02 | 6 | -15/+15 |
|/ | |||||
* | Merge pull request #1659 from skpyl/stable | Walter Purcaro | 2015-08-02 | 1 | -3/+3 |
|\ | | | | | Fix #1646 (2) | ||||
| * | fix #1646 (2) | SK | 2015-08-02 | 1 | -3/+3 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/1651 | Walter Purcaro | 2015-08-02 | 1 | -5/+5 |
| | |||||
* | 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 | 2 | -27/+27 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1649 | Walter Purcaro | 2015-08-02 | 2 | -3/+6 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1590 | Walter Purcaro | 2015-08-02 | 1 | -8/+8 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1643 | Walter Purcaro | 2015-08-02 | 1 | -8/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1640 (2) | Walter Purcaro | 2015-08-02 | 10 | -28/+23 |
| | |||||
* | [AntiStandby] Improve linux_standby | Walter Purcaro | 2015-08-02 | 1 | -2/+6 |
| | |||||
* | Update some plugins | Walter Purcaro | 2015-08-02 | 10 | -34/+33 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1646 | Walter Purcaro | 2015-08-02 | 2 | -6/+8 |
| | |||||
* | 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 https://github.com/pyload/pyload/issues/1543 | 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 | 3 | -10/+5 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1601 | Walter Purcaro | 2015-07-31 | 2 | -5/+8 |
| | |||||
* | [Captcha] Fix _decrypt method | Walter Purcaro | 2015-07-31 | 7 | -20/+17 |
| | |||||
* | 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 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1613 | Walter Purcaro | 2015-07-31 | 1 | -8/+5 |
| | |||||
* | [ShareonlineBiz] Improve account | Walter Purcaro | 2015-07-31 | 1 | -28/+35 |
| | |||||
* | [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 | 4 | -68/+65 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1624 | Walter Purcaro | 2015-07-30 | 1 | -6/+2 |
| | |||||
* | [AntiStandby] Fix import typo | Walter Purcaro | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | [AntiStandby] Fix max_mtime method | Walter Purcaro | 2015-07-30 | 2 | -6/+4 |
| | |||||
* | Merge pull request #1615 from zapp-brannigan/patch-3 | Walter Purcaro | 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 | zapp-brannigan | 2015-07-30 | 1 | -2/+5 |
| | | |||||
* | | Fix get_code call in captcha hooks | Walter Purcaro | 2015-07-30 | 5 | -5/+5 |
|/ | |||||
* | Still improving _log methods | Walter Purcaro | 2015-07-29 | 6 | -16/+16 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1600 (2) | Walter Purcaro | 2015-07-29 | 1 | -4/+4 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1600 | Walter Purcaro | 2015-07-29 | 1 | -8/+21 |
| | |||||
* | 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 |
| | |||||
* | New plugins: AniStreamCom and CloudsixMe | Walter Purcaro | 2015-07-29 | 5 | -6/+40 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1594 (2) | Walter Purcaro | 2015-07-29 | 1 | -3/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1597 | Walter Purcaro | 2015-07-29 | 1 | -18/+19 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1594 | Walter Purcaro | 2015-07-29 | 1 | -3/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1595 | Walter Purcaro | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | 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 | 2 | -6/+6 |
|/ | |||||
* | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4419 | Walter Purcaro | 2015-07-29 | 1 | -33/+61 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1520 (3) | Walter Purcaro | 2015-07-29 | 2 | -3/+8 |
| | |||||
* | Fix _log method | Walter Purcaro | 2015-07-29 | 7 | -12/+63 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1588 | Walter Purcaro | 2015-07-29 | 1 | -4/+4 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1586 | Walter Purcaro | 2015-07-29 | 6 | -32/+34 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1587 | Walter Purcaro | 2015-07-29 | 1 | -2/+2 |
| | |||||
* | [AntiStandby] Hotfix | Walter Purcaro | 2015-07-29 | 1 | -8/+8 |
| | |||||
* | New plugin: AntiStandby | Walter Purcaro | 2015-07-29 | 1 | -0/+157 |
| | | | | Fix https://github.com/pyload/pyload/issues/1231 | ||||
* | Fix https://github.com/pyload/pyload/issues/1583 | Walter Purcaro | 2015-07-28 | 3 | -7/+7 |
| | |||||
* | 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 | 5 | -10/+15 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1582 | Walter Purcaro | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1581 | Walter Purcaro | 2015-07-28 | 1 | -2/+3 |
| | |||||
* | Fix content-disposition | Walter Purcaro | 2015-07-28 | 10 | -26/+16 |
| | |||||
* | 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 | 8 | -31/+37 |
| | |||||
* | Missed to bump up some plugin __version__ | Walter Purcaro | 2015-07-28 | 6 | -6/+6 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1545 | Walter Purcaro | 2015-07-28 | 2 | -8/+8 |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey) | Walter Purcaro | 2015-07-28 | 2 | -3/+6 |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1561 (thx bilalghouri) | Walter Purcaro | 2015-07-28 | 1 | -10/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1558 (thx lpiter) | Walter Purcaro | 2015-07-28 | 1 | -5/+9 |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1552 (thx selaux) | Walter Purcaro | 2015-07-27 | 1 | -2/+2 |
| | |||||
* | Fix https://github.com/pyload/pyload/pull/1571 | Walter Purcaro | 2015-07-27 | 1 | -6/+6 |
| | |||||
* | Spare code fixes | Walter Purcaro | 2015-07-27 | 8 | -26/+26 |
| | |||||
* | [ExtractArchive] Rename archive_password.txt -> passwords.txt | Walter Purcaro | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | Fix captcha timeout | Walter Purcaro | 2015-07-27 | 2 | -11/+11 |
| | |||||
* | Bunch of fixups | Walter Purcaro | 2015-07-27 | 8 | -55/+64 |
| | |||||
* | Then update others | Walter Purcaro | 2015-07-27 | 13 | -21/+21 |
| | |||||
* | Update internal plugins | Walter Purcaro | 2015-07-27 | 12 | -225/+231 |
| | |||||
* | Don't user dictionary’s iterator methods | Walter Purcaro | 2015-07-25 | 19 | -28/+28 |
| | |||||
* | Account rewritten (2) | Walter Purcaro | 2015-07-25 | 75 | -171/+208 |
| | |||||
* | Account rewritten | Walter Purcaro | 2015-07-25 | 99 | -498/+486 |
| | |||||
* | Fix typo | Walter Purcaro | 2015-07-24 | 16 | -20/+20 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-24 | 56 | -176/+170 |
| | |||||
* | Hotfixes (2) | Walter Purcaro | 2015-07-24 | 484 | -627/+646 |
| | |||||
* | Hotfixes | Walter Purcaro | 2015-07-24 | 6 | -18/+63 |
| | |||||
* | 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 | 62 | -117/+124 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-23 | 15 | -139/+146 |
| | |||||
* | [Extractor] is_usable -> find | Walter Purcaro | 2015-07-21 | 5 | -38/+45 |
| | |||||
* | New Captcha skeleton | Walter Purcaro | 2015-07-21 | 46 | -263/+271 |
| | |||||
* | New __status__ magic key | Walter Purcaro | 2015-07-19 | 483 | -0/+483 |
| | |||||
* | [OCR] Fix __init__ (2) | Walter Purcaro | 2015-07-19 | 10 | -26/+14 |
| | |||||
* | [OCR] Fix __init__ | Walter Purcaro | 2015-07-19 | 2 | -9/+7 |
| | |||||
* | Rename self.core to self.pyload (plugins only) | Walter Purcaro | 2015-07-19 | 59 | -260/+229 |
| | |||||
* | Code cosmetics (3) | Walter Purcaro | 2015-07-19 | 100 | -326/+334 |
| | |||||
* | Fix addons | Walter Purcaro | 2015-07-19 | 37 | -425/+333 |
| | |||||
* | Improve fixurl method | Walter Purcaro | 2015-07-19 | 4 | -18/+14 |
| | |||||
* | Code cosmetics (2) | Walter Purcaro | 2015-07-19 | 87 | -356/+360 |
| | |||||
* | [Hoster] Fix the http request issue | Walter Purcaro | 2015-07-18 | 2 | -2/+5 |
| | |||||
* | Code cosmetics | Walter Purcaro | 2015-07-18 | 54 | -136/+118 |
| | |||||
* | 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 | 58 | -202/+134 |
| | |||||
* | Spare fixes and code cosmetics | Walter Purcaro | 2015-07-17 | 105 | -260/+434 |
| | |||||
* | No camelCase style anymore | Walter Purcaro | 2015-07-07 | 482 | -3093/+3125 |
| | |||||
* | [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 (4) | Walter Purcaro | 2015-06-24 | 55 | -226/+201 |
| | |||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-06-24 | 19 | -190/+190 |
| | |||||
* | Spare code cosmetics (2) | Walter Purcaro | 2015-06-24 | 96 | -585/+582 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 53 | -171/+287 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-06-24 | 8 | -85/+99 |
| | |||||
* | [Hoster] Import fixup | Walter Purcaro | 2015-06-24 | 1 | -1/+1 |
| | |||||
* | [NowDownloadSx] Tiny cleanup | Walter Purcaro | 2015-06-24 | 1 | -8/+3 |
| | |||||
* | Update all | Walter Purcaro | 2015-06-24 | 171 | -1279/+1246 |
| | |||||
* | [SimpleHoster] fixurl | Walter Purcaro | 2015-06-24 | 3 | -20/+20 |
| | |||||
* | [NitroflareComFolder] Fixup | Walter Purcaro | 2015-06-24 | 1 | -2/+3 |
| | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-06-24 | 40 | -164/+163 |
| | |||||
* | Merge pull request #1537 from GammaC0de/patch-1 | Walter Purcaro | 2015-06-23 | 2 | -3/+3 |
|\ | | | | | [HighWayMe] Update | ||||
| * | Update HighWayMe.py | GammaC0de | 2015-06-23 | 1 | -2/+2 |
| | | |||||
| * | HighWayMe.py -> HighWayMeHook.py | GammaC0de | 2015-06-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1522 from funkyslap/patch-2 | Walter Purcaro | 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 ↵ | funkyslap | 2015-06-17 | 1 | -2/+2 |
| | | | | | | | | | | variable 'xml' referenced before assignment"} Fix this: DEBUG RealdebridCom: Account Info: {'error': "local variable 'xml' referenced before assignment"} | ||||
* | | Merge pull request #1535 from GammaC0de/patch-1 | Walter Purcaro | 2015-06-23 | 1 | -7/+6 |
|\ \ | | | | | | | [DlProtectCom] fix #1531 | ||||
| * | | Update DlProtectCom.py | GammaC0de | 2015-06-23 | 1 | -7/+6 |
|/ / | |||||
* | | Merge pull request #1534 from frederikmoellers/stable | Walter Purcaro | 2015-06-23 | 1 | -2/+2 |
|\ \ | | | | | | | Update/Fix GamefrontCom hoster plugin | ||||
| * | | Update/Fix GamefrontCom hoster plugin | Frederik Möllers | 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. | ||||
* | | Merge pull request #1533 from frederikmoellers/stable | Walter Purcaro | 2015-06-23 | 1 | -6/+8 |
|\ \ | | | | | | | Update/Fix ShSt crypter plugin | ||||
| * | | Update ShSt crypter plugin | Frederik Möllers | 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 | Frederik Möllers | 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. | ||||
* | | Merge pull request #1529 from GammaC0de/patch-1 | Walter Purcaro | 2015-06-21 | 1 | -1/+1 |
|\ \ | |/ |/| | [YoutubeCom] Version up | ||||
| * | [YoutubeCom] Version up | GammaC0de | 2015-06-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1508 from GammaC0de/patch-1 | Walter Purcaro | 2015-06-16 | 1 | -3/+3 |
|\ | | | | | fix #1507 | ||||
| * | fix #1507 | GammaC0de | 2015-06-16 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #1514 from TWD/patch-5 | Walter Purcaro | 2015-06-16 | 1 | -4/+9 |
|\ \ | | | | | | | Update NowDownloadSx.py | ||||
| * | | Update NowDownloadSx.py | TWD | 2015-06-16 | 1 | -4/+9 |
| |/ | |||||
* | | Merge pull request #1515 from TWD/patch-4 | Walter Purcaro | 2015-06-16 | 1 | -1/+2 |
|\ \ | |/ |/| | Update YoutubeCom.py | ||||
| * | Update YoutubeCom.py | TWD | 2015-06-16 | 1 | -1/+2 |
|/ | |||||
* | 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 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1501 | Walter Purcaro | 2015-06-15 | 2 | -9/+14 |
| | |||||
* | [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 | 17 | -22/+22 |
| | |||||
* | [PremiumizeMe] Account version up | Walter Purcaro | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/1498 (2) | Walter Purcaro | 2015-06-15 | 1 | -23/+14 |
| | |||||
* | [PremiumizeMe] Premium account fixup | Walter Purcaro | 2015-06-15 | 2 | -3/+4 |
| | |||||
* | Hook plugin code cosmetics | Walter Purcaro | 2015-06-15 | 9 | -13/+13 |
| | |||||
* | 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 |
| |