Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fixing "has no attribute" error | Jochen Oberreiter | 2015-10-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` Traceback (most recent call last): File "/usr/share/pyload/module/PluginThread.py", line 363, in run self.active.plugin.preprocessing(self) File "/usr/share/pyload/module/plugins/internal/Base.py", line 218, in preprocessing return self._process(*args, **kwargs) File "/usr/share/pyload/module/plugins/internal/Hoster.py", line 78, in _process self._setup() File "/usr/share/pyload/module/plugins/crypter/XFileSharingProFolder.py", line 41, in _setup account_name = self.classname if self.account.PLUGIN_DOMAIN is None else self.PLUGIN_NAME AttributeError: 'NoneType' object has no attribute 'PLUGIN_DOMAIN' ``` | |||||
* | | | Merge branch 'pr/n2038_GammaC0de' into stable | Walter Purcaro | 2015-10-18 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | | | | | | | Conflicts: module/plugins/hoster/XFileSharingPro.py | |||||
| * | | Update XFileSharingPro.py | GammaC0de | 2015-10-16 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #2024 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-18 | 1 | -4/+8 | |
|\ \ | | | | | | | [UpdateManager] report 404 | |||||
| * | | [UpdateManager] report 404 | GammaC0de | 2015-10-13 | 1 | -5/+9 | |
| |/ | ||||||
* | | Merge pull request #2039 from joberreiter/patch-2 | Walter Purcaro | 2015-10-18 | 1 | -1/+1 | |
|\ \ | | | | | | | [internal/XFSCrypter] Fixing an unbalaced parenthesis in OFFLINE_PATTERN | |||||
| * | | Fixing an unbalaced parenthesis in OFFLINE_PATTERN | Jochen Oberreiter | 2015-10-16 | 1 | -2/+2 | |
| |/ | ||||||
* | | Version up for all plugins | Walter Purcaro | 2015-10-18 | 467 | -467/+467 | |
| | | ||||||
* | | Spare code cosmetics | Walter Purcaro | 2015-10-18 | 10 | -36/+37 | |
| | | ||||||
* | | Update internals | Walter Purcaro | 2015-10-18 | 7 | -27/+24 | |
| | | ||||||
* | | Update hosters | Walter Purcaro | 2015-10-18 | 49 | -158/+149 | |
| | | ||||||
* | | [SimpleCrypter] Don't use self.link(s) | Walter Purcaro | 2015-10-18 | 1 | -98/+40 | |
| | | ||||||
* | | [Plugin] Minimize code + spare fixes | Walter Purcaro | 2015-10-18 | 3 | -419/+66 | |
| | | ||||||
* | | [Hoster] Fix download routine + new method is_download | Walter Purcaro | 2015-10-18 | 1 | -61/+140 | |
| | | ||||||
* | | [Base] Grab link info on setup | Walter Purcaro | 2015-10-18 | 1 | -123/+87 | |
| | | ||||||
* | | Update addons | Walter Purcaro | 2015-10-18 | 10 | -60/+56 | |
| | | ||||||
* | | Update crypters | Walter Purcaro | 2015-10-18 | 57 | -104/+191 | |
| | | ||||||
* | | Update containers | Walter Purcaro | 2015-10-18 | 4 | -12/+13 | |
| | | ||||||
* | | Update captchas | Walter Purcaro | 2015-10-18 | 2 | -15/+15 | |
| | | ||||||
* | | Update accounts | Walter Purcaro | 2015-10-18 | 7 | -29/+29 | |
| | | ||||||
* | | [Extractor] Code cleanup | Walter Purcaro | 2015-10-18 | 4 | -44/+41 | |
| | | ||||||
* | | [Addon] Start periodical on plugin activation | Walter Purcaro | 2015-10-18 | 1 | -11/+7 | |
| | | ||||||
* | | [Account] Fix info syncing and corrupted password issue | Walter Purcaro | 2015-10-18 | 1 | -36/+19 | |
| | | ||||||
* | | [XFileSharingPro] Fix regexp | Walter Purcaro | 2015-10-18 | 3 | -8/+8 | |
| | | ||||||
* | | Dead plugins are stable, but still dead. | Walter Purcaro | 2015-10-18 | 82 | -82/+82 | |
| | | ||||||
* | | [MultiAccount] Still not working, but 90% complete | Walter Purcaro | 2015-10-18 | 1 | -135/+117 | |
| | | ||||||
* | | [ClickNLoad] Don't sleep, use scheduling | Walter Purcaro | 2015-10-18 | 1 | -7/+3 | |
| | | ||||||
* | | Set broken plugins | Walter Purcaro | 2015-10-18 | 4 | -9/+12 | |
| | | ||||||
* | | [ExternalScripts] Optimize code | Walter Purcaro | 2015-10-18 | 1 | -92/+56 | |
| | | ||||||
* | | [TusfilesNet] Limit to two simultaneous downloads | Walter Purcaro | 2015-10-18 | 1 | -2/+3 | |
| | | ||||||
* | | [OneFichierCom] Fix handle_premium routine | Walter Purcaro | 2015-10-18 | 1 | -18/+2 | |
| | | ||||||
* | | [BasePlugin] Extend hoster Http | Walter Purcaro | 2015-10-18 | 1 | -73/+6 | |
| | | ||||||
* | | Multi-hoster accounts now extend MultiAccount class | Walter Purcaro | 2015-10-18 | 23 | -92/+99 | |
| | | ||||||
* | | New plugin: Http | Walter Purcaro | 2015-10-18 | 1 | -0/+93 | |
| | | ||||||
* | | Collect plugin utilities in a own file | Walter Purcaro | 2015-10-18 | 1 | -0/+433 | |
| | | ||||||
* | | New plugin: JDlist | Walter Purcaro | 2015-10-18 | 1 | -0/+26 | |
| | | ||||||
* | | Spare fixes | Walter Purcaro | 2015-10-13 | 3 | -21/+17 | |
| | | ||||||
* | | Fixing fixurl... | Walter Purcaro | 2015-10-13 | 2 | -11/+10 | |
| | | ||||||
* | | [SimpleCrypter] Don't extend SimpleHoster anymore | Walter Purcaro | 2015-10-13 | 1 | -24/+292 | |
|/ | ||||||
* | Merge pull request #2023 from astranCZ/patch-2 | Walter Purcaro | 2015-10-13 | 1 | -2/+4 | |
|\ | | | | | Fix EuroshareEu | |||||
| * | Fix EuroshareEu | astranCZ | 2015-10-13 | 1 | -2/+4 | |
|/ | | | Fix NAME_PATTERN and SIZE_PATTERN | |||||
* | Merge pull request #2019 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-13 | 1 | -25/+40 | |
|\ | | | | | [Plugin] improve error tracing (2) | |||||
| * | [Plugin] version up | GammaC0de | 2015-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | [Plugin] improve error tracing (2) | GammaC0de | 2015-10-13 | 1 | -24/+39 | |
| | | ||||||
* | | Merge pull request #2020 from GammaC0de/patch-7 | Walter Purcaro | 2015-10-13 | 1 | -1/+1 | |
|\ \ | | | | | | | [UptoboxCom] fix "Version mismatch" | |||||
| * | | [UptoboxCom] fix "Version mismatch" | GammaC0de | 2015-10-13 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #2022 from astranCZ/patch-1 | Walter Purcaro | 2015-10-13 | 1 | -3/+3 | |
|\ \ | |/ |/| | Euroshare.eu is ok | |||||
| * | Euroshare.eu is ok | astranCZ | 2015-10-13 | 1 | -3/+3 | |
|/ | | | edit LINK_FREE_PATTERN | |||||
* | [XFSAccount] Error handling support | Walter Purcaro | 2015-10-11 | 3 | -29/+68 | |
| | ||||||
* | [Plugin] Improve error tracing | Walter Purcaro | 2015-10-11 | 1 | -6/+16 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1960 | Walter Purcaro | 2015-10-11 | 3 | -25/+36 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1998 | Walter Purcaro | 2015-10-11 | 462 | -762/+988 | |
| | | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001 | |||||
* | Fix https://github.com/pyload/pyload/issues/2002 | Walter Purcaro | 2015-10-10 | 1 | -18/+25 | |
| | ||||||
* | Spare code cosmetics (3) | Walter Purcaro | 2015-10-10 | 463 | -663/+586 | |
| | ||||||
* | Merge branch 'pr/n1997_GammaC0de' into stable | Walter Purcaro | 2015-10-10 | 1 | -1/+2 | |
|\ | | | | | | | | | Conflicts: module/plugins/internal/Base.py | |||||
| * | Update Base.py | GammaC0de | 2015-10-10 | 1 | -1/+2 | |
| | | ||||||
* | | Spare code cosmetics (2) | Walter Purcaro | 2015-10-10 | 7 | -16/+10 | |
| | | ||||||
* | | [Base] New methods: init_base and setup_base | Walter Purcaro | 2015-10-10 | 3 | -44/+60 | |
| | | | | | | | | [Hoster] Improve download method | |||||
* | | Spare code cosmetics | Walter Purcaro | 2015-10-10 | 14 | -40/+33 | |
| | | ||||||
* | | [Addon] Persistent self.info | Walter Purcaro | 2015-10-10 | 1 | -1/+11 | |
| | | ||||||
* | | [Plugin] Improve encoding functions & storing methods | Walter Purcaro | 2015-10-10 | 1 | -19/+60 | |
| | | ||||||
* | | [UpdateManager] Make really faster! | Walter Purcaro | 2015-10-10 | 1 | -106/+145 | |
|/ | ||||||
* | Merge pull request #1995 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-10 | 1 | -3/+2 | |
|\ | | | | | Update OneFichierCom.py | |||||
| * | Update OneFichierCom.py | GammaC0de | 2015-10-10 | 1 | -3/+2 | |
|/ | ||||||
* | Merge pull request #1994 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-09 | 1 | -1/+6 | |
|\ | | | | | [UpdateManager] fix not deleting blacklisted hook plugins | |||||
| * | Update UpdateManager.py | GammaC0de | 2015-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | fix not deleting blacklisted hook plugins | GammaC0de | 2015-10-09 | 1 | -1/+6 | |
| | | ||||||
* | | Merge pull request #1989 from thadrien/pull-request-OneFichierCom-1 | Walter Purcaro | 2015-10-09 | 1 | -2/+2 | |
|\ \ | |/ |/| | Correction of bug KeyError: 'ID' in OneFichierCom.py. | |||||
| * | Correction of bug KeyError: 'ID' in OneFichierCom.py. | Hadrien Theveneau | 2015-10-09 | 1 | -2/+2 | |
|/ | ||||||
* | Fix https://github.com/pyload/pyload/issues/1962 (and many other tickets) | Walter Purcaro | 2015-10-08 | 3 | -10/+16 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1978 | Walter Purcaro | 2015-10-08 | 1 | -2/+2 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1975 | Walter Purcaro | 2015-10-08 | 2 | -13/+8 | |
| | ||||||
* | Fixpack (5) | Walter Purcaro | 2015-10-08 | 14 | -119/+119 | |
| | ||||||
* | Spare improvements | Walter Purcaro | 2015-10-08 | 34 | -120/+201 | |
| | ||||||
* | New plugin: LogMarker | Walter Purcaro | 2015-10-08 | 1 | -5/+22 | |
| | ||||||
* | Fixpack (4) | Walter Purcaro | 2015-10-08 | 35 | -147/+117 | |
| | ||||||
* | Merge pull request #1957 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-07 | 1 | -16/+80 | |
|\ | | | | | [Plugin] introduce 'traceback' argument in log_xxx() functions | |||||
| * | [log_xxx()] introduce 'traceback' argument | GammaC0de | 2015-10-05 | 1 | -16/+80 | |
| | | ||||||
* | | Merge pull request #1964 from kasperj/stable | Walter Purcaro | 2015-10-07 | 1 | -1/+1 | |
|\ \ | | | | | | | Double URL Fix | |||||
| * | | Double URL Fix | kasperj | 2015-10-06 | 1 | -1/+1 | |
| |/ | | | | | Fix for the issue with http://url.tld/http://url.tld/XXX | |||||
* | | Merge pull request #1968 from joberreiter/patch-2 | Walter Purcaro | 2015-10-07 | 1 | -3/+3 | |
|\ \ | |/ |/| | [hooks/XFileSharingPro] Fix for #1954 | |||||
| * | [hooks/XFileSharingPro] Fix for #1954 | Jochen Oberreiter | 2015-10-07 | 1 | -3/+3 | |
|/ | | | Fixes the regex pattern (masking the `-` in `\w-^_`) that lead to an error `Bad character range`. | |||||
* | Small code cosmetics | Walter Purcaro | 2015-10-04 | 6 | -32/+19 | |
| | ||||||
* | Fixpack (3) | Walter Purcaro | 2015-10-04 | 43 | -91/+100 | |
| | ||||||
* | Fixpack (2) | Walter Purcaro | 2015-10-04 | 37 | -141/+156 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557 | Walter Purcaro | 2015-10-02 | 7 | -25/+44 | |
| | ||||||
* | [ClickAndLoad] Queue destination support (2) | Walter Purcaro | 2015-10-02 | 1 | -3/+3 | |
| | ||||||
* | [ClickAndLoad] Queue destination support | Walter Purcaro | 2015-10-02 | 2 | -9/+23 | |
| | ||||||
* | Fix https://github.com/pyload/pyload/issues/1932 | Walter Purcaro | 2015-10-02 | 11 | -30/+34 | |
| | ||||||
* | Merge pull request #1933 from jansohn/stable | Walter Purcaro | 2015-10-02 | 2 | -3/+3 | |
|\ | | | | | fix #1921 | |||||
| * | fix #1921 | jansohn | 2015-10-02 | 2 | -3/+3 | |
| | | ||||||
| * | Merge pull request #2 from pyload/stable | jansohn | 2015-10-02 | 294 | -3623/+3605 | |
| |\ | | | | | | | sync with stable | |||||
| * \ | Merge pull request #1 from pyload/stable | lazlev | 2015-08-09 | 496 | -7506/+9622 | |
| |\ \ | | | | | | | | | sync with stable | |||||
* | | | | Spare fixes | Walter Purcaro | 2015-10-02 | 14 | -19/+16 | |
| | | | | ||||||
* | | | | Fix https://github.com/pyload/pyload/issues/1780 | Walter Purcaro | 2015-10-02 | 2 | -4/+4 | |
| | | | | ||||||
* | | | | [Account] Fix https://github.com/pyload/pyload/issues/1922 | Walter Purcaro | 2015-10-02 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Fix https://github.com/pyload/pyload/issues/1920 | Walter Purcaro | 2015-10-02 | 6 | -24/+27 | |
| |_|/ |/| | | ||||||
* | | | [Account] Improve parse_traffic method + code cosmetics | Walter Purcaro | 2015-10-02 | 17 | -47/+45 | |
| | | | ||||||
* | | | [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵ | Walter Purcaro | 2015-10-02 | 3 | -8/+10 | |
| | | | | | | | | | | | | https://github.com/pyload/pyload/issues/1904 | |||||
* | | | Fix https://github.com/pyload/pyload/issues/1917 + new function: parse_time | Walter Purcaro | 2015-10-02 | 3 | -21/+48 | |
| | | | ||||||
* | | | [Hoster] Fix https://github.com/pyload/pyload/issues/1918 | Walter Purcaro | 2015-10-02 | 1 | -1/+2 | |
| | | | ||||||
* | | | [Plugin] Improve fixurl function | Walter Purcaro | 2015-10-02 | 1 | -3/+7 | |
| | | | | | | | | | | | | https://github.com/pyload/pyload/issues/1873 | |||||
* | | | Fixpack (1) | Walter Purcaro | 2015-10-01 | 10 | -75/+131 | |
| | | | ||||||
* | | | Merge pull request #1902 from GammaC0de/patch-3 | Walter Purcaro | 2015-10-01 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | [XFSHoster] re-fix #1865 | |||||
| * | | | Update XFSHoster.py | GammaC0de | 2015-10-01 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Merge pull request #1895 from Bambie42/stable | Walter Purcaro | 2015-10-01 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | fixes #1894 UploadedTo getSize error | |||||
| * | | | | fixes #1894 UploadedTo getSize error | Bambie42 | 2015-09-30 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #1900 from manuelm/stable | Walter Purcaro | 2015-10-01 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Strip trailing slashes before case sensitive checking | |||||
| * | | | | Strip trailing slashes before case sensitive checking | Manuel Mausz | 2015-09-30 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | Strip trailing slashes. Otherwise the last pathname component might be empty | |||||
* | | | | Improve Hoster and Crypter + general fixup | Walter Purcaro | 2015-10-01 | 16 | -597/+716 | |
| | | | | ||||||
* | | | | A lot of plugin code cosmetics (2) | Walter Purcaro | 2015-10-01 | 5 | -12/+11 | |
| | | | | ||||||
* | | | | A lot of plugin code cosmetics | Walter Purcaro | 2015-10-01 | 127 | -718/+581 | |
| | | | | ||||||
* | | | | [AntiVirus] Folder support | Walter Purcaro | 2015-10-01 | 1 | -24/+48 | |
|/ / / | ||||||
* | | | Merge pull request #1885 from GammaC0de/patch-7 | Walter Purcaro | 2015-09-30 | 1 | -39/+74 | |
|\ \ \ | | | | | | | | | [FilecryptCc] update | |||||
| * | | | [FilecryptCc] update | GammaC0de | 2015-09-28 | 1 | -39/+74 | |
| | | | | ||||||
* | | | | [Captcha] _decrypt -> decrypt_image | Walter Purcaro | 2015-09-30 | 3 | -8/+7 | |
| | | | | ||||||
* | | | | Merge pull request #1882 from GammaC0de/patch-5 | Walter Purcaro | 2015-09-30 | 1 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | [Captcha] Requse the hoster http request | |||||
| * | | | | [Captcha] generic fix for #1756 | GammaC0de | 2015-09-28 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Add __config__ to MultiAccount (and XFSAccount) based plugins | Walter Purcaro | 2015-09-30 | 24 | -1/+94 | |
| | | | | ||||||
* | | | | [XFSHoster] Revert https://github.com/pyload/pyload/pull/1883 | Walter Purcaro | 2015-09-30 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1890 | Walter Purcaro | 2015-09-30 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Merge pull request #1883 from joberreiter/joberreiter-patternxfshoster | Walter Purcaro | 2015-09-29 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | [internal/XFSHoster.py] Add captcha pattern for Recaptcha and Solvemedia | |||||
| * | | | | Add captcha pattern for Recaptcha and Solvemedia | Jochen Oberreiter | 2015-09-26 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Fix for #1852, #1865 | |||||
| * | | | | Merge pull request #1 from pyload/stable | Jochen Oberreiter | 2015-09-26 | 135 | -833/+1077 | |
| |\| | | | | | | | | | | | | | Merge actual version | |||||
* | | | | | Merge pull request #1867 from GammaC0de/patch-3 | Walter Purcaro | 2015-09-29 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ZippyshareCom] fix #1861 | |||||
| * | | | | | Update ZippyshareCom.py | GammaC0de | 2015-09-25 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | [Account] Hotfix | Walter Purcaro | 2015-09-29 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Update hoster plugins | Walter Purcaro | 2015-09-29 | 51 | -211/+216 | |
| | | | | | ||||||
* | | | | | [OpenloadIo] Cleanup | Walter Purcaro | 2015-09-29 | 1 | -21/+23 | |
| | | | | | ||||||
* | | | | | Update addon plugins | Walter Purcaro | 2015-09-29 | 31 | -780/+25 | |
| | | | | | ||||||
* | | | | | Update crypter plugins | Walter Purcaro | 2015-09-29 | 9 | -35/+33 | |
| | | | | | ||||||
* | | | | | Update internal plugins | Walter Purcaro | 2015-09-29 | 17 | -229/+279 | |
| | | | | | ||||||
* | | | | | Account class completely rewritten + plugins updated | Walter Purcaro | 2015-09-29 | 96 | -582/+784 | |
|/ / / / | ||||||
* | | | | Merge pull request #1850 from chaosblog/patch-2 | Walter Purcaro | 2015-09-24 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Version up | |||||
| * | | | | Version up | Marcus "Chaosblog" | 2015-09-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Increase version number | |||||
* | | | | | Merge pull request #1848 from lpiter/stable | Walter Purcaro | 2015-09-24 | 1 | -7/+48 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [Openload.io] Rewrite the plugin using official API | |||||
| * | | | | [Openload.io] Rewrite the plugin using official API | Piter | 2015-09-23 | 1 | -7/+48 | |
| | | | | | ||||||
* | | | | | Merge pull request #1846 from nafex/stable | Walter Purcaro | 2015-09-23 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [FIX] AttributeError: x object has no attribute 'user' Issue #1833 | |||||
| * | | | | [FIX] AttributeError: x object has no attribute 'user' | Stefan Reisich | 2015-09-23 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #1 from pyload/stable | nafex | 2015-09-23 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / / |/| | | | | update | |||||
* | | | | | Merge pull request #1843 from chaosblog/patch-1 | Walter Purcaro | 2015-09-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add missing closing bracket | |||||
| * | | | | Add missing closing bracket | Marcus "Chaosblog" | 2015-09-23 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #1835 from Gummibaer/patch-3 | Walter Purcaro | 2015-09-23 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix for SMOOZED | |||||
| * | | | | Fix for SMOOZED | Gummibaer | 2015-09-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | Reload/double-load Page and Smoozed is away | |||||
* | | | | | Merge pull request #1836 from GammaC0de/patch-2 | Walter Purcaro | 2015-09-23 | 4 | -5/+5 | |
|\ \ \ \ \ | |/ / / / |/| | | | | [Internal plugins] Version up | |||||
| * | | | | Update Hoster.py | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | version up | GammaC0de | 2015-09-22 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | [Plugin] Fix _log + code cosmetics | Walter Purcaro | 2015-09-22 | 4 | -13/+14 | |
| | | | | ||||||
* | | | | Merge pull request #1832 from GammaC0de/patch-1 | Walter Purcaro | 2015-09-22 | 1 | -1/+2 | |
|\ \ \ \ | | | | | | | | | | | [Plugin] fix missing import | |||||
| * | | | | [Plugin] fix missing import | GammaC0de | 2015-09-22 | 1 | -1/+2 | |
|/ / / / | ||||||
* | | | | Auto-detect seconds_to_midnight | Walter Purcaro | 2015-09-22 | 1 | -13/+6 | |
| | | | | ||||||
* | | | | Spare improvements and fixes (2) | Walter Purcaro | 2015-09-21 | 11 | -65/+49 | |
| | | | | ||||||
* | | | | [FastixRu] Fixup | Walter Purcaro | 2015-09-21 | 2 | -20/+25 | |
| | | | | ||||||
* | | | | [Account] Fix __version__ | Walter Purcaro | 2015-09-21 | 63 | -65/+65 | |
| | | | | ||||||
* | | | | Spare code cosmetics | Walter Purcaro | 2015-09-21 | 42 | -38/+71 | |
| | | | | ||||||
* | | | | Fix pyfile.name processing | Walter Purcaro | 2015-09-21 | 5 | -66/+45 | |
| | | | | ||||||
* | | | | 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 | 31 | -285/+273 | |
| | | | | ||||||
* | | | | [Account] parse_info -> grab_info | Walter Purcaro | 2015-09-21 | 62 | -140/+140 | |
| | | | | ||||||
* | | | | Merge branch 'pr/n1788_GammaC0de' into stable | Walter Purcaro | 2015-09-21 | 1 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: module/plugins/internal/Plugin.py | |||||
| * | | | | Update Plugin.py | GammaC0de | 2015-08-26 | 1 | -2/+3 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1829 from GammaC0de/patch-1 | Walter Purcaro | 2015-09-21 | 1 | -1/+7 | |
|\ \ \ \ | | | | | | | | | | | [PremiumizeMe] update | |||||
| * | | | | Update PremiumizeMe.py | GammaC0de | 2015-09-20 | 1 | -1/+7 | |
|/ / / / | ||||||
* | | | | [UptoboxCom] Account fixup | Walter Purcaro | 2015-09-19 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | [XFSAccount] Update | Walter Purcaro | 2015-09-19 | 5 | -61/+17 | |
| | | | | ||||||
* | | | | Merge pull request #1826 from benbox69/stable | Walter Purcaro | 2015-09-17 | 1 | -12/+65 | |
|\ \ \ \ | | | | | | | | | | | [UptoboxCom] account update | |||||
| * | | | | Merge pull request #1 from benbox69/benbox69-patch-1 | benbox69 | 2015-09-17 | 1 | -12/+65 | |
|/| | | | | | | | | | | | | | | Update UptoboxCom.py | |||||
| * | | | | Update UptoboxCom.py | benbox69 | 2015-09-17 | 1 | -12/+65 | |
|/ / / / | | | | | | | | | | | | | I rewrite the UptoboxCom account plugin because the old one doesn't work... I am not expert in python so I just code a new plugin. | |||||
* | | | | Merge pull request #1818 from jakubbroz/stable | Walter Purcaro | 2015-09-15 | 2 | -2/+13 | |
|\ \ \ \ | | | | | | | | | | | Remove accents from file name #1817 | |||||
| * | | | | Remove accents from file name #1817 | Jakub Brož | 2015-09-13 | 2 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | issue: #1817 | |||||
* | | | | | [OpenloadIo] Update __pattern__ | Walter Purcaro | 2015-09-15 | 1 | -6/+6 | |
| | | | | | ||||||
* | | | | | Update main Captcha plugin | Walter Purcaro | 2015-09-14 | 4 | -32/+16 | |
| | | | | | ||||||
* | | | | | Merge pull request #1820 from Bambie42/stable | Walter Purcaro | 2015-09-14 | 1 | -3/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | fixes #1756 completly | |||||
| * | | | | fixes #1756 completly | Bambie42 | 2015-09-13 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | [UlozTo] Hoster update | Walter Purcaro | 2015-09-13 | 2 | -6/+9 | |
| | | | | ||||||
* | | | | Merge pull request #1816 from GammaC0de/patch-1 | Walter Purcaro | 2015-09-13 | 1 | -0/+36 | |
|\ \ \ \ | | | | | | | | | | | [New Hoster] UserscloudCom | |||||
| * | | | | Update UserscloudCom.py | GammaC0de | 2015-09-13 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | New Hoster - UserscloudCom | GammaC0de | 2015-09-12 | 1 | -0/+36 | |
|/ / / / | ||||||
* | | | | Merge pull request #1815 from rlindner81/fix/Go4UpCom | Walter Purcaro | 2015-09-12 | 1 | -15/+18 | |
|\ \ \ \ | | | | | | | | | | | fixed Go4UpCom plugin and added parameter for preferred hoster | |||||
| * | | | | fixed Go4UpCom plugin and added parameter for preferred hoster | Richard Lindner | 2015-09-12 | 1 | -15/+18 | |
| | | | | | ||||||
* | | | | | Merge pull request #1813 from emkayyyy/patch-1 | Walter Purcaro | 2015-09-12 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix IRCInterface and XMPPInterface | |||||
| * | | | | Fix IRCInterface and XMPPInterface | emkayyyy | 2015-09-12 | 1 | -2/+2 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Following Error came up when I tried setting up either IRCInterface or XMPPInterface. AttributeError: 'IRCInterface' object has no attribute 'set_daemon' With my change now it works. Might have been caused by the removal of chamelCase. | |||||
* | | | | Merge pull request #1807 from GammaC0de/patch-1 | Walter Purcaro | 2015-09-04 | 1 | -9/+16 | |
|\ \ \ \ | | | | | | | | | | | [TransmissionRPC] Update | |||||
| * | | | | Update TransmissionRPC.py | GammaC0de | 2015-09-04 | 1 | -9/+16 | |
|/ / / / | ||||||
* | | | | Spare fixes (2) | Walter Purcaro | 2015-09-03 | 13 | -70/+90 | |
| | | | | ||||||
* | | | | Merge pull request #1801 from Nippey/patch-1 | Walter Purcaro | 2015-09-02 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Checksum.py falsely reports incorrect file size | |||||
| * | | | | Update Checksum.py | Nippey | 2015-09-02 | 1 | -2/+2 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | The "is" operator checks for object equality, but in this case we want to compare integers. Reason of change: 02.09.2015 17:32:23 WARNING HOOK Checksum: File abcdefg.rar has incorrect size: 106954752 B (106954752 expected) | |||||
* | | | | Merge pull request #1798 from estaban/patch-8 | Walter Purcaro | 2015-08-30 | 1 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | Broken OneFIchierCom plugin | |||||
| * | | | | Broken OneFIchierCom plugin | estaban | 2015-08-30 | 1 | -2/+2 | |
|/ / / / | | | | | | | | | | | | | Syntax error in commit [https://github.com/pyload/pyload/commit/10213910fdb5a1c2e7bde50fdd7cdfb99090bf7e] which makes importing OneFichierCom break. Please test your code before pull requesting. | |||||
* | | | | Merge pull request #1796 from GammaC0de/patch-8 | Walter Purcaro | 2015-08-30 | 1 | -4/+5 | |
|\ \ \ \ | | | | | | | | | | | [Hoster] fix pyfile.name not updated if disposition | |||||
| * | | | | Update Hoster.py | GammaC0de | 2015-08-29 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [Hoster] fix pyfile.name not updated if disposition | GammaC0de | 2015-08-29 | 1 | -4/+5 | |
| |/ / / | ||||||
* | | | | Fix https://github.com/pyload/pyload/issues/1793 | Walter Purcaro | 2015-08-30 | 2 | -24/+24 | |
| | | | | ||||||
* | | | | Merge pull request #1779 from GammaC0de/patch-5 | Walter Purcaro | 2015-08-30 | 1 | -1/+58 | |
|\ \ \ \ | | | | | | | | | | | [OneFichierCom] fix #1768 | |||||
| * | | | | Update OneFichierCom.py | GammaC0de | 2015-08-23 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Update OneFichierCom.py | GammaC0de | 2015-08-22 | 1 | -1/+58 | |
| |/ / / |