Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [UpleaCom] fix #2170 | GammaC0de | 2015-11-24 | 1 | -5/+7 |
| | |||||
* | LINK_PATTERN was missing in DropboxCom.py | Hadrien Theveneau | 2015-10-30 | 1 | -1/+3 |
| | |||||
* | Merge pull request #2128 from thadrien/pull-request-dlprotect | Walter Purcaro | 2015-10-28 | 5 | -17/+81 |
|\ | | | | | Pull request dlprotect | ||||
| * | Increase version number in SimpleCrypter.py | Hadrien Theveneau | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | Increase version number in DlProtectCom.py | Hadrien Theveneau | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | Add info encoding to DlProtectCom.py | Hadrien Theveneau | 2015-10-28 | 1 | -0/+53 |
| | | |||||
| * | Filter interesting urls from ads in DlProtectCom.py | Hadrien Theveneau | 2015-10-28 | 1 | -1/+2 |
| | | |||||
| * | Infinite redirect bug fixing in SimpleCrypter.py | Hadrien Theveneau | 2015-10-28 | 1 | -9/+11 |
| | | |||||
| * | Show key in debug log in DlProtectCom.py | Hadrien Theveneau | 2015-10-28 | 1 | -0/+1 |
| | | |||||
| * | Correction of some errors in OCR.py | Hadrien Theveneau | 2015-10-28 | 1 | -5/+5 |
| | | |||||
| * | Addition of some debug messages about captchas and plugins in ↵ | Hadrien Theveneau | 2015-10-28 | 1 | -0/+3 |
| | | | | | | | | DlProtectCom.py and PluginManager.py | ||||
| * | Addition of some debug messages in DlProtectCom.py and Captcha.py | Hadrien Theveneau | 2015-10-28 | 2 | -0/+3 |
| | | |||||
| * | Addition of captcha code in debug messages in DlProtect.py | Hadrien Theveneau | 2015-10-28 | 1 | -0/+1 |
| | | |||||
* | | Syntax error in SimpleHoster.py | Hadrien Theveneau | 2015-10-28 | 1 | -2/+2 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/2112 | Walter Purcaro | 2015-10-28 | 231 | -571/+1081 |
| | |||||
* | Update ExternalScripts.py | GammaC0de | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | Increase all __version__ for internals | Walter Purcaro | 2015-10-27 | 6 | -6/+6 |
| | |||||
* | Increase all __version__ for crypters and hosters | Walter Purcaro | 2015-10-27 | 310 | -315/+319 |
| | |||||
* | ZahikiNetis is DeadHoster | Walter Purcaro | 2015-10-27 | 1 | -15/+3 |
| | |||||
* | New plugin: CloudsharesNet | Walter Purcaro | 2015-10-27 | 2 | -8/+26 |
| | |||||
* | Update ExashareCom.py | GammaC0de | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | [XFileSharingFolder] Fix https://github.com/pyload/pyload/issues/2122 | Walter Purcaro | 2015-10-27 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2120 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-27 | 1 | -17/+0 |
|\ | | | | | Delete RyushareCom.py | ||||
| * | Delete RyushareCom.py | GammaC0de | 2015-10-26 | 1 | -17/+0 |
| | | |||||
* | | Fix error checking regex | Jochen Oberreiter | 2015-10-27 | 1 | -2/+2 |
|/ | | | | In case of a failure, the regex `r"/failure/(.*?)/1"` in `check_errors` may fail, due to the fact that there can be any other number than 1 following the error message itself, e.g. `dl/TPDSG2RNU70/failure/freelimit/209715200/363232323337313B666F6F` | ||||
* | Merge pull request #2115 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-26 | 1 | -2/+5 |
|\ | | | | | [YoutubeComFolder] update | ||||
| * | Update YoutubeComFolder.py | GammaC0de | 2015-10-26 | 1 | -2/+5 |
| | | |||||
* | | Update XFileSharing.py | GammaC0de | 2015-10-26 | 1 | -4/+3 |
| | | |||||
* | | [DeadHoster] RyushareCom | GammaC0de | 2015-10-26 | 1 | -0/+22 |
|/ | |||||
* | Update Base.py | GammaC0de | 2015-10-25 | 1 | -2/+1 |
| | |||||
* | Update Hoster.py | GammaC0de | 2015-10-25 | 1 | -1/+2 |
| | |||||
* | Update XFileSharing.py | GammaC0de | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | [DeadHoster] StahnuTo | GammaC0de | 2015-10-24 | 1 | -0/+16 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936 | Walter Purcaro | 2015-10-23 | 4 | -7/+5 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2099 | Walter Purcaro | 2015-10-23 | 1 | -4/+12 |
| | |||||
* | self.html -> self.data | Walter Purcaro | 2015-10-23 | 122 | -594/+590 |
| | |||||
* | [Dereferer] Don't preload | Walter Purcaro | 2015-10-23 | 2 | -2/+6 |
| | |||||
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/2101 | Walter Purcaro | 2015-10-23 | 1 | -2/+2 |
| | |||||
* | Fix XFS plugins | Walter Purcaro | 2015-10-23 | 32 | -55/+119 |
| | |||||
* | [SimpleCrypter] check_errors | Walter Purcaro | 2015-10-23 | 1 | -28/+6 |
| | |||||
* | Boring code cosmetics (3) | Walter Purcaro | 2015-10-23 | 33 | -49/+56 |
| | |||||
* | [Dereferer] Improve a bit | Walter Purcaro | 2015-10-23 | 1 | -7/+6 |
| | |||||
* | Rewrite XFileSharing | Walter Purcaro | 2015-10-23 | 4 | -154/+98 |
| | |||||
* | [utils] Improve method html_unescape | Walter Purcaro | 2015-10-23 | 1 | -24/+5 |
| | |||||
* | [MultiHoster][XFSHoster] Set DIRECT_LINK | Walter Purcaro | 2015-10-23 | 2 | -11/+11 |
| | |||||
* | [Dereferer] Fix https://github.com/pyload/pyload/issues/2096 | Walter Purcaro | 2015-10-23 | 1 | -3/+5 |
| | |||||
* | Merge pull request #2098 from SomeoneAnnoyedTryingToHelp/patch-2 | Walter Purcaro | 2015-10-23 | 1 | -1/+1 |
|\ | | | | | Update RapidgatorNet.py | ||||
| * | Update RapidgatorNet.py | SomeoneAnnoyedTryingToHelp | 2015-10-22 | 1 | -1/+1 |
| | | | | | | Typo corrected in the include part of the code | ||||
* | | [UptoboxCom] Fix account | Walter Purcaro | 2015-10-22 | 1 | -4/+1 |
|/ | |||||
* | Spare code cosmetics | Walter Purcaro | 2015-10-22 | 17 | -37/+32 |
| | |||||
* | [MultiHoster] Fix get_info | Walter Purcaro | 2015-10-22 | 2 | -32/+33 |
| | |||||
* | Update XFS plugins | Walter Purcaro | 2015-10-22 | 3 | -64/+34 |
| | |||||
* | [Account] Add method 'setup' | Walter Purcaro | 2015-10-22 | 1 | -24/+32 |
| | |||||
* | [SimpleCrypter] Fix https://github.com/pyload/pyload/issues/2094 | Walter Purcaro | 2015-10-22 | 1 | -8/+14 |
| | |||||
* | [SimpleHoster] Fix http://forum.pyload.org/viewtopic.php?f=12&t=4637 | Walter Purcaro | 2015-10-22 | 1 | -3/+4 |
| | |||||
* | New account: OpenloadCo | Walter Purcaro | 2015-10-22 | 1 | -0/+17 |
| | |||||
* | Update SimpleCrypter.py | GammaC0de | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | PushOver fix | Ivan | 2015-10-21 | 1 | -1/+5 |
| | | | msg can't be None or empty for PushOver. | ||||
* | [Notifier] Fix https://github.com/pyload/pyload/issues/2092 | Walter Purcaro | 2015-10-21 | 2 | -4/+4 |
| | |||||
* | [Base] Improve wait method | Walter Purcaro | 2015-10-21 | 2 | -8/+23 |
| | |||||
* | Boring code cosmetics (2) | Walter Purcaro | 2015-10-21 | 15 | -82/+49 |
| | |||||
* | [Notifier] Fix https://github.com/pyload/pyload/issues/2090 | Walter Purcaro | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2088 from GammaC0de/patch-7 | Walter Purcaro | 2015-10-20 | 1 | -3/+3 |
|\ | | | | | [XFSHoster] fix #2086 | ||||
| * | Update XFSHoster.py | GammaC0de | 2015-10-20 | 1 | -3/+3 |
| | | |||||
* | | Update ExternalScripts.py | GammaC0de | 2015-10-20 | 1 | -2/+2 |
|/ | |||||
* | Update Hoster.py | GammaC0de | 2015-10-20 | 1 | -1/+6 |
| | |||||
* | Merge pull request #2083 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -2/+2 |
|\ | | | | | [Base] update | ||||
| * | Update Base.py | GammaC0de | 2015-10-20 | 1 | -2/+2 |
| | | |||||
* | | Tiny code cosmetics | Walter Purcaro | 2015-10-20 | 4 | -4/+4 |
| | | |||||
* | | Notifier framework | Walter Purcaro | 2015-10-20 | 5 | -358/+161 |
|/ | |||||
* | Code cosmetics | Walter Purcaro | 2015-10-20 | 4 | -24/+11 |
| | |||||
* | [utils] format_time | Walter Purcaro | 2015-10-20 | 2 | -7/+27 |
| | |||||
* | Merge pull request #2080 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -4/+4 |
|\ | | | | | [DeathByCaptcha] update | ||||
| * | Update DeathByCaptcha.py | GammaC0de | 2015-10-20 | 1 | -4/+4 |
| | | |||||
* | | [utils] Version up | Walter Purcaro | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | https://github.com/pyload/pyload/issues/2017 | ||||
* | | [Extractor] Fix https://github.com/pyload/pyload/issues/2060 | Walter Purcaro | 2015-10-20 | 2 | -7/+7 |
|/ | |||||
* | Boring code cosmetics | Walter Purcaro | 2015-10-20 | 72 | -72/+72 |
| | |||||
* | [DlFreeFr] Update | Walter Purcaro | 2015-10-20 | 1 | -113/+12 |
| | |||||
* | Fix missing BadHeader import | Walter Purcaro | 2015-10-20 | 2 | -2/+4 |
| | |||||
* | Update UnZip (2) | GammaC0de | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | Fix https://github.com/pyload/pyload/issues/2073 | Walter Purcaro | 2015-10-20 | 3 | -5/+6 |
| | |||||
* | Spare fixes (2) | Walter Purcaro | 2015-10-20 | 6 | -16/+18 |
| | |||||
* | Merge pull request #2074 from GammaC0de/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -5/+19 |
|\ | | | | | [UnZip] update | ||||
| * | [UnZip] fix verify() | GammaC0de | 2015-10-20 | 1 | -4/+13 |
| | | |||||
| * | Update UnZip.py | GammaC0de | 2015-10-19 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #2063 from Gutz-Pilz/patch-7 | Walter Purcaro | 2015-10-20 | 1 | -1/+2 |
|\ \ | | | | | | | Fixed | ||||
| * | | Fixed | Gutz-Pilz | 2015-10-19 | 1 | -1/+2 |
| |/ | |||||
* | | Merge pull request #2068 from malkavi/patch-2 | Walter Purcaro | 2015-10-20 | 1 | -0/+124 |
|\ \ | | | | | | | PushOver hook | ||||
| * | | PushOver hook | Ivan | 2015-10-19 | 1 | -0/+124 |
| |/ | | | | | PushOver hook based on AndroidPhoneNotify.py | ||||
* | | Merge pull request #2069 from malkavi/patch-3 | Walter Purcaro | 2015-10-20 | 1 | -0/+123 |
|\ \ | | | | | | | PushBullet hook | ||||
| * | | PushBullet hook | Ivan | 2015-10-19 | 1 | -0/+123 |
| |/ | | | | | PushBullet hook based on AndroidPhoneNotify.py | ||||
* | | Merge pull request #2070 from Gutz-Pilz/patch-8 | Walter Purcaro | 2015-10-20 | 1 | -1/+1 |
|\ \ | | | | | | | Update ExternalScripts.py | ||||
| * | | Update ExternalScripts.py | Gutz-Pilz | 2015-10-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2062 from Gutz-Pilz/patch-6 | Walter Purcaro | 2015-10-20 | 1 | -2/+2 |
|\ \ | | | | | | | Fix for https://github.com/pyload/pyload/issues/2025 | ||||
| * | | Fix for https://github.com/pyload/pyload/issues/2025 | Gutz-Pilz | 2015-10-19 | 1 | -2/+2 |
| |/ | | | | | | | This fixes my problem mit filecrypt.cc crypter dont know if it would fix any other hoster or crypter issues | ||||
* | | Merge pull request #2065 from runningbits/spelling | Walter Purcaro | 2015-10-20 | 1 | -1/+1 |
|\ \ | | | | | | | fix trivial spelling error | ||||
| * | | spelling | runningbits | 2015-10-19 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2067 from runningbits/remove-unused-variables | Walter Purcaro | 2015-10-20 | 2 | -2/+1 |
|\ \ | | | | | | | remove unused imports/variables | ||||
| * | | remove unused imports/variables | runningbits | 2015-10-19 | 2 | -2/+1 |
| |/ | |||||
* / | Update TransmissionRPC.py | GammaC0de | 2015-10-20 | 1 | -2/+2 |
|/ | |||||
* | Spare fixes | Walter Purcaro | 2015-10-19 | 6 | -21/+16 |
| | |||||
* | Merge pull request #2059 from GammaC0de/patch-1 | Walter Purcaro | 2015-10-19 | 1 | -25/+20 |
|\ | | | | | [TransmissionRPC] update | ||||
| * | Update TransmissionRPC.py | GammaC0de | 2015-10-19 | 1 | -25/+20 |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/2058 | Walter Purcaro | 2015-10-19 | 1 | -2/+3 |
| | | |||||
* | | Fix https://github.com/pyload/pyload/issues/2055 | Walter Purcaro | 2015-10-19 | 2 | -14/+2 |
|/ | |||||
* | Fix https://github.com/pyload/pyload/issues/2056 | Walter Purcaro | 2015-10-19 | 3 | -27/+27 |
| | |||||
* | Spare fixes | Walter Purcaro | 2015-10-19 | 17 | -119/+110 |
| | |||||
* | [UpdateManager] fix #2045 | GammaC0de | 2015-10-19 | 1 | -21/+8 |
| | |||||
* | [ExternalScripts] Fix typo | Walter Purcaro | 2015-10-18 | 2 | -5/+4 |
| | |||||
* | [BasePlugin] Http hoster is not an internal hoster | jellysheep | 2015-10-18 | 1 | -2/+2 |
| | | | | This fixes an import of the [Http hoster](https://github.com/pyload/pyload/blob/aff9388d433847fa7adad7421c4d76bd5bdd4e5a/module/plugins/hoster/Http.py), which is not an internal hoster. I don't know if it is intended to move `Http.py` to the `internal` directory? | ||||
* | Merge pull request #2052 from jellysheep/patch-4 | Walter Purcaro | 2015-10-18 | 1 | -2/+2 |
|\ | | | | | [ZDF] Encode file name to ASCII for compatibility | ||||
| * | [ZDF] Encode file name to ASCII for compatibility | jellysheep | 2015-10-18 | 1 | -2/+2 |
| | | | | | | | | This ensures that unicode filenames with UTF-8 characters are encoded into ASCII strings, to be compatible to all Pyload methods using `pyfile.name`. The encoding now is similar to the [YoutubeCom hoster module](https://github.com/pyload/pyload/blob/f61dcaa263750a61f86b4bfbaf9c2cf20c157de0/module/plugins/hoster/YoutubeCom.py#L145). | ||||
* | | Spare code fixes | Walter Purcaro | 2015-10-18 | 44 | -91/+90 |
| | | |||||
* | | Merge branch 'pr/n2040_joberreiter' into stable | Walter Purcaro | 2015-10-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: module/plugins/crypter/XFileSharingProFolder.py | ||||
| * | | 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 |
|/ | |||||
* | 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 |
| |/ | |||||
* / | 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 |
|/ | |||||
* | 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 |
| | | |||||
* | | 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 | ||||
* / | [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 |
| | |