summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Collapse)AuthorAgeFilesLines
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-27310-315/+319
|
* ZahikiNetis is DeadHosterGravatar Walter Purcaro 2015-10-271-15/+3
|
* New plugin: CloudsharesNetGravatar Walter Purcaro 2015-10-272-8/+26
|
* Update ExashareCom.pyGravatar GammaC0de 2015-10-271-2/+2
|
* [XFileSharingFolder] Fix https://github.com/pyload/pyload/issues/2122Gravatar Walter Purcaro 2015-10-271-2/+2
|
* Merge pull request #2120 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-271-17/+0
|\ | | | | Delete RyushareCom.py
| * Delete RyushareCom.pyGravatar GammaC0de 2015-10-261-17/+0
| |
* | Fix error checking regexGravatar Jochen Oberreiter 2015-10-271-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-6Gravatar Walter Purcaro 2015-10-261-2/+5
|\ | | | | [YoutubeComFolder] update
| * Update YoutubeComFolder.pyGravatar GammaC0de 2015-10-261-2/+5
| |
* | Update XFileSharing.pyGravatar GammaC0de 2015-10-261-4/+3
| |
* | [DeadHoster] RyushareComGravatar GammaC0de 2015-10-261-0/+22
|/
* Update Base.pyGravatar GammaC0de 2015-10-251-2/+1
|
* Update Hoster.pyGravatar GammaC0de 2015-10-251-1/+2
|
* Update XFileSharing.pyGravatar GammaC0de 2015-10-241-2/+2
|
* [DeadHoster] StahnuToGravatar GammaC0de 2015-10-241-0/+16
|
* Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936Gravatar Walter Purcaro 2015-10-234-7/+5
|
* Fix https://github.com/pyload/pyload/issues/2099Gravatar Walter Purcaro 2015-10-231-4/+12
|
* self.html -> self.dataGravatar Walter Purcaro 2015-10-23122-594/+590
|
* [Dereferer] Don't preloadGravatar Walter Purcaro 2015-10-232-2/+6
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/2101Gravatar Walter Purcaro 2015-10-231-2/+2
|
* Fix XFS pluginsGravatar Walter Purcaro 2015-10-2332-55/+119
|
* [SimpleCrypter] check_errorsGravatar Walter Purcaro 2015-10-231-28/+6
|
* Boring code cosmetics (3)Gravatar Walter Purcaro 2015-10-2333-49/+56
|
* [Dereferer] Improve a bitGravatar Walter Purcaro 2015-10-231-7/+6
|
* Rewrite XFileSharingGravatar Walter Purcaro 2015-10-234-154/+98
|
* [utils] Improve method html_unescapeGravatar Walter Purcaro 2015-10-231-24/+5
|
* [MultiHoster][XFSHoster] Set DIRECT_LINKGravatar Walter Purcaro 2015-10-232-11/+11
|
* [Dereferer] Fix https://github.com/pyload/pyload/issues/2096Gravatar Walter Purcaro 2015-10-231-3/+5
|
* Merge pull request #2098 from SomeoneAnnoyedTryingToHelp/patch-2Gravatar Walter Purcaro 2015-10-231-1/+1
|\ | | | | Update RapidgatorNet.py
| * Update RapidgatorNet.pyGravatar SomeoneAnnoyedTryingToHelp 2015-10-221-1/+1
| | | | | | Typo corrected in the include part of the code
* | [UptoboxCom] Fix accountGravatar Walter Purcaro 2015-10-221-4/+1
|/
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-2217-37/+32
|
* [MultiHoster] Fix get_infoGravatar Walter Purcaro 2015-10-222-32/+33
|
* Update XFS pluginsGravatar Walter Purcaro 2015-10-223-64/+34
|
* [Account] Add method 'setup'Gravatar Walter Purcaro 2015-10-221-24/+32
|
* [SimpleCrypter] Fix https://github.com/pyload/pyload/issues/2094Gravatar Walter Purcaro 2015-10-221-8/+14
|
* [SimpleHoster] Fix http://forum.pyload.org/viewtopic.php?f=12&t=4637Gravatar Walter Purcaro 2015-10-221-3/+4
|
* New account: OpenloadCoGravatar Walter Purcaro 2015-10-221-0/+17
|
* Update SimpleCrypter.pyGravatar GammaC0de 2015-10-211-2/+2
|
* PushOver fixGravatar Ivan 2015-10-211-1/+5
| | | msg can't be None or empty for PushOver.
* [Notifier] Fix https://github.com/pyload/pyload/issues/2092Gravatar Walter Purcaro 2015-10-212-4/+4
|
* [Base] Improve wait methodGravatar Walter Purcaro 2015-10-212-8/+23
|
* Boring code cosmetics (2)Gravatar Walter Purcaro 2015-10-2115-82/+49
|
* [Notifier] Fix https://github.com/pyload/pyload/issues/2090Gravatar Walter Purcaro 2015-10-211-3/+3
|
* Merge pull request #2088 from GammaC0de/patch-7Gravatar Walter Purcaro 2015-10-201-3/+3
|\ | | | | [XFSHoster] fix #2086
| * Update XFSHoster.pyGravatar GammaC0de 2015-10-201-3/+3
| |
* | Update ExternalScripts.pyGravatar GammaC0de 2015-10-201-2/+2
|/
* Update Hoster.pyGravatar GammaC0de 2015-10-201-1/+6
|
* Merge pull request #2083 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-201-2/+2
|\ | | | | [Base] update
| * Update Base.pyGravatar GammaC0de 2015-10-201-2/+2
| |
* | Tiny code cosmeticsGravatar Walter Purcaro 2015-10-204-4/+4
| |
* | Notifier frameworkGravatar Walter Purcaro 2015-10-205-358/+161
|/
* Code cosmeticsGravatar Walter Purcaro 2015-10-204-24/+11
|
* [utils] format_timeGravatar Walter Purcaro 2015-10-202-7/+27
|
* Merge pull request #2080 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-201-4/+4
|\ | | | | [DeathByCaptcha] update
| * Update DeathByCaptcha.pyGravatar GammaC0de 2015-10-201-4/+4
| |
* | [utils] Version upGravatar Walter Purcaro 2015-10-201-1/+1
| | | | | | | | https://github.com/pyload/pyload/issues/2017
* | [Extractor] Fix https://github.com/pyload/pyload/issues/2060Gravatar Walter Purcaro 2015-10-202-7/+7
|/
* Boring code cosmeticsGravatar Walter Purcaro 2015-10-2072-72/+72
|
* [DlFreeFr] UpdateGravatar Walter Purcaro 2015-10-201-113/+12
|
* Fix missing BadHeader importGravatar Walter Purcaro 2015-10-202-2/+4
|
* Update UnZip (2)Gravatar GammaC0de 2015-10-201-3/+3
|
* Fix https://github.com/pyload/pyload/issues/2073Gravatar Walter Purcaro 2015-10-203-5/+6
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-10-206-16/+18
|
* Merge pull request #2074 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-201-5/+19
|\ | | | | [UnZip] update
| * [UnZip] fix verify()Gravatar GammaC0de 2015-10-201-4/+13
| |
| * Update UnZip.pyGravatar GammaC0de 2015-10-191-1/+6
| |
* | Merge pull request #2063 from Gutz-Pilz/patch-7Gravatar Walter Purcaro 2015-10-201-1/+2
|\ \ | | | | | | Fixed
| * | FixedGravatar Gutz-Pilz 2015-10-191-1/+2
| |/
* | Merge pull request #2068 from malkavi/patch-2Gravatar Walter Purcaro 2015-10-201-0/+124
|\ \ | | | | | | PushOver hook
| * | PushOver hookGravatar Ivan 2015-10-191-0/+124
| |/ | | | | PushOver hook based on AndroidPhoneNotify.py
* | Merge pull request #2069 from malkavi/patch-3Gravatar Walter Purcaro 2015-10-201-0/+123
|\ \ | | | | | | PushBullet hook
| * | PushBullet hookGravatar Ivan 2015-10-191-0/+123
| |/ | | | | PushBullet hook based on AndroidPhoneNotify.py
* | Merge pull request #2070 from Gutz-Pilz/patch-8Gravatar Walter Purcaro 2015-10-201-1/+1
|\ \ | | | | | | Update ExternalScripts.py
| * | Update ExternalScripts.pyGravatar Gutz-Pilz 2015-10-191-1/+1
| |/
* | Merge pull request #2062 from Gutz-Pilz/patch-6Gravatar Walter Purcaro 2015-10-201-2/+2
|\ \ | | | | | | Fix for https://github.com/pyload/pyload/issues/2025
| * | Fix for https://github.com/pyload/pyload/issues/2025Gravatar Gutz-Pilz 2015-10-191-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/spellingGravatar Walter Purcaro 2015-10-201-1/+1
|\ \ | | | | | | fix trivial spelling error
| * | spellingGravatar runningbits 2015-10-191-1/+1
| |/
* | Merge pull request #2067 from runningbits/remove-unused-variablesGravatar Walter Purcaro 2015-10-202-2/+1
|\ \ | | | | | | remove unused imports/variables
| * | remove unused imports/variablesGravatar runningbits 2015-10-192-2/+1
| |/
* / Update TransmissionRPC.pyGravatar GammaC0de 2015-10-201-2/+2
|/
* Spare fixesGravatar Walter Purcaro 2015-10-196-21/+16
|
* Merge pull request #2059 from GammaC0de/patch-1Gravatar Walter Purcaro 2015-10-191-25/+20
|\ | | | | [TransmissionRPC] update
| * Update TransmissionRPC.pyGravatar GammaC0de 2015-10-191-25/+20
| |
* | Fix https://github.com/pyload/pyload/issues/2058Gravatar Walter Purcaro 2015-10-191-2/+3
| |
* | Fix https://github.com/pyload/pyload/issues/2055Gravatar Walter Purcaro 2015-10-192-14/+2
|/
* Fix https://github.com/pyload/pyload/issues/2056Gravatar Walter Purcaro 2015-10-193-27/+27
|
* Spare fixesGravatar Walter Purcaro 2015-10-1917-119/+110
|
* [UpdateManager] fix #2045Gravatar GammaC0de 2015-10-191-21/+8
|
* [ExternalScripts] Fix typoGravatar Walter Purcaro 2015-10-182-5/+4
|
* [BasePlugin] Http hoster is not an internal hosterGravatar jellysheep 2015-10-181-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-4Gravatar Walter Purcaro 2015-10-181-2/+2
|\ | | | | [ZDF] Encode file name to ASCII for compatibility
| * [ZDF] Encode file name to ASCII for compatibilityGravatar jellysheep 2015-10-181-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 fixesGravatar Walter Purcaro 2015-10-1844-91/+90
| |
* | Merge branch 'pr/n2040_joberreiter' into stableGravatar Walter Purcaro 2015-10-181-1/+1
|\ \ | | | | | | | | | | | | Conflicts: module/plugins/crypter/XFileSharingProFolder.py
| * | Fixing "has no attribute" errorGravatar Jochen Oberreiter 2015-10-161-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 stableGravatar Walter Purcaro 2015-10-181-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Conflicts: module/plugins/hoster/XFileSharingPro.py
| * | Update XFileSharingPro.pyGravatar GammaC0de 2015-10-161-2/+2
| |/
* | Merge pull request #2024 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-181-4/+8
|\ \ | | | | | | [UpdateManager] report 404
| * | [UpdateManager] report 404Gravatar GammaC0de 2015-10-131-5/+9
| |/
* | Merge pull request #2039 from joberreiter/patch-2Gravatar Walter Purcaro 2015-10-181-1/+1
|\ \ | | | | | | [internal/XFSCrypter] Fixing an unbalaced parenthesis in OFFLINE_PATTERN
| * | Fixing an unbalaced parenthesis in OFFLINE_PATTERNGravatar Jochen Oberreiter 2015-10-161-2/+2
| |/
* | Version up for all pluginsGravatar Walter Purcaro 2015-10-18467-467/+467
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-10-1810-36/+37
| |
* | Update internalsGravatar Walter Purcaro 2015-10-187-27/+24
| |
* | Update hostersGravatar Walter Purcaro 2015-10-1849-158/+149
| |
* | [SimpleCrypter] Don't use self.link(s)Gravatar Walter Purcaro 2015-10-181-98/+40
| |
* | [Plugin] Minimize code + spare fixesGravatar Walter Purcaro 2015-10-183-419/+66
| |
* | [Hoster] Fix download routine + new method is_downloadGravatar Walter Purcaro 2015-10-181-61/+140
| |
* | [Base] Grab link info on setupGravatar Walter Purcaro 2015-10-181-123/+87
| |
* | Update addonsGravatar Walter Purcaro 2015-10-1810-60/+56
| |
* | Update cryptersGravatar Walter Purcaro 2015-10-1857-104/+191
| |
* | Update containersGravatar Walter Purcaro 2015-10-184-12/+13
| |
* | Update captchasGravatar Walter Purcaro 2015-10-182-15/+15
| |
* | Update accountsGravatar Walter Purcaro 2015-10-187-29/+29
| |
* | [Extractor] Code cleanupGravatar Walter Purcaro 2015-10-184-44/+41
| |
* | [Addon] Start periodical on plugin activationGravatar Walter Purcaro 2015-10-181-11/+7
| |
* | [Account] Fix info syncing and corrupted password issueGravatar Walter Purcaro 2015-10-181-36/+19
| |
* | [XFileSharingPro] Fix regexpGravatar Walter Purcaro 2015-10-183-8/+8
| |
* | Dead plugins are stable, but still dead.Gravatar Walter Purcaro 2015-10-1882-82/+82
| |
* | [MultiAccount] Still not working, but 90% completeGravatar Walter Purcaro 2015-10-181-135/+117
| |
* | [ClickNLoad] Don't sleep, use schedulingGravatar Walter Purcaro 2015-10-181-7/+3
| |
* | Set broken pluginsGravatar Walter Purcaro 2015-10-184-9/+12
| |
* | [ExternalScripts] Optimize codeGravatar Walter Purcaro 2015-10-181-92/+56
| |
* | [TusfilesNet] Limit to two simultaneous downloadsGravatar Walter Purcaro 2015-10-181-2/+3
| |
* | [OneFichierCom] Fix handle_premium routineGravatar Walter Purcaro 2015-10-181-18/+2
| |
* | [BasePlugin] Extend hoster HttpGravatar Walter Purcaro 2015-10-181-73/+6
| |
* | Multi-hoster accounts now extend MultiAccount classGravatar Walter Purcaro 2015-10-1823-92/+99
| |
* | New plugin: HttpGravatar Walter Purcaro 2015-10-181-0/+93
| |
* | Collect plugin utilities in a own fileGravatar Walter Purcaro 2015-10-181-0/+433
| |
* | New plugin: JDlistGravatar Walter Purcaro 2015-10-181-0/+26
| |
* | Spare fixesGravatar Walter Purcaro 2015-10-133-21/+17
| |
* | Fixing fixurl...Gravatar Walter Purcaro 2015-10-132-11/+10
| |
* | [SimpleCrypter] Don't extend SimpleHoster anymoreGravatar Walter Purcaro 2015-10-131-24/+292
|/
* Fix EuroshareEuGravatar astranCZ 2015-10-131-2/+4
| | | Fix NAME_PATTERN and SIZE_PATTERN
* Merge pull request #2019 from GammaC0de/patch-6Gravatar Walter Purcaro 2015-10-131-25/+40
|\ | | | | [Plugin] improve error tracing (2)
| * [Plugin] version upGravatar GammaC0de 2015-10-131-1/+1
| |
| * [Plugin] improve error tracing (2)Gravatar GammaC0de 2015-10-131-24/+39
| |
* | Merge pull request #2020 from GammaC0de/patch-7Gravatar Walter Purcaro 2015-10-131-1/+1
|\ \ | | | | | | [UptoboxCom] fix "Version mismatch"
| * | [UptoboxCom] fix "Version mismatch"Gravatar GammaC0de 2015-10-131-1/+1
| |/
* / Euroshare.eu is okGravatar astranCZ 2015-10-131-3/+3
|/ | | edit LINK_FREE_PATTERN
* [XFSAccount] Error handling supportGravatar Walter Purcaro 2015-10-113-29/+68
|
* [Plugin] Improve error tracingGravatar Walter Purcaro 2015-10-111-6/+16
|
* Fix https://github.com/pyload/pyload/issues/1960Gravatar Walter Purcaro 2015-10-113-25/+36
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-11462-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/2002Gravatar Walter Purcaro 2015-10-101-18/+25
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-10463-663/+586
|
* Merge branch 'pr/n1997_GammaC0de' into stableGravatar Walter Purcaro 2015-10-101-1/+2
|\ | | | | | | | | Conflicts: module/plugins/internal/Base.py
| * Update Base.pyGravatar GammaC0de 2015-10-101-1/+2
| |
* | Spare code cosmetics (2)Gravatar Walter Purcaro 2015-10-107-16/+10
| |
* | [Base] New methods: init_base and setup_baseGravatar Walter Purcaro 2015-10-103-44/+60
| | | | | | | | [Hoster] Improve download method
* | Spare code cosmeticsGravatar Walter Purcaro 2015-10-1014-40/+33
| |
* | [Addon] Persistent self.infoGravatar Walter Purcaro 2015-10-101-1/+11
| |
* | [Plugin] Improve encoding functions & storing methodsGravatar Walter Purcaro 2015-10-101-19/+60
| |
* | [UpdateManager] Make really faster!Gravatar Walter Purcaro 2015-10-101-106/+145
|/
* Update OneFichierCom.pyGravatar GammaC0de 2015-10-101-3/+2
|
* Merge pull request #1994 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-091-1/+6
|\ | | | | [UpdateManager] fix not deleting blacklisted hook plugins
| * Update UpdateManager.pyGravatar GammaC0de 2015-10-091-1/+1
| |
| * fix not deleting blacklisted hook pluginsGravatar GammaC0de 2015-10-091-1/+6
| |
* | Correction of bug KeyError: 'ID' in OneFichierCom.py.Gravatar Hadrien Theveneau 2015-10-091-2/+2
|/
* Fix https://github.com/pyload/pyload/issues/1962 (and many other tickets)Gravatar Walter Purcaro 2015-10-083-10/+16
|
* Fix https://github.com/pyload/pyload/issues/1978Gravatar Walter Purcaro 2015-10-081-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1975Gravatar Walter Purcaro 2015-10-082-13/+8
|
* Fixpack (5)Gravatar Walter Purcaro 2015-10-0814-119/+119
|
* Spare improvementsGravatar Walter Purcaro 2015-10-0834-120/+201
|
* New plugin: LogMarkerGravatar Walter Purcaro 2015-10-081-5/+22
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-0835-147/+117
|
* Merge pull request #1957 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-071-16/+80
|\ | | | | [Plugin] introduce 'traceback' argument in log_xxx() functions
| * [log_xxx()] introduce 'traceback' argumentGravatar GammaC0de 2015-10-051-16/+80
| |
* | Merge pull request #1964 from kasperj/stableGravatar Walter Purcaro 2015-10-071-1/+1
|\ \ | | | | | | Double URL Fix
| * | Double URL FixGravatar kasperj 2015-10-061-1/+1
| |/ | | | | Fix for the issue with http://url.tld/http://url.tld/XXX
* / [hooks/XFileSharingPro] Fix for #1954Gravatar Jochen Oberreiter 2015-10-071-3/+3
|/ | | Fixes the regex pattern (masking the `-` in `\w-^_`) that lead to an error `Bad character range`.
* Small code cosmeticsGravatar Walter Purcaro 2015-10-046-32/+19
|
* Fixpack (3)Gravatar Walter Purcaro 2015-10-0443-91/+100
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-0437-141/+156
|
* Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557Gravatar Walter Purcaro 2015-10-027-25/+44
|
* [ClickAndLoad] Queue destination support (2)Gravatar Walter Purcaro 2015-10-021-3/+3
|
* [ClickAndLoad] Queue destination supportGravatar Walter Purcaro 2015-10-022-9/+23
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-0211-30/+34
|
* Merge pull request #1933 from jansohn/stableGravatar Walter Purcaro 2015-10-022-3/+3
|\ | | | | fix #1921
| * fix #1921Gravatar jansohn 2015-10-022-3/+3
| |
* | Spare fixesGravatar Walter Purcaro 2015-10-0214-19/+16
| |
* | Fix https://github.com/pyload/pyload/issues/1780Gravatar Walter Purcaro 2015-10-022-4/+4
| |
* | [Account] Fix https://github.com/pyload/pyload/issues/1922Gravatar Walter Purcaro 2015-10-021-1/+2
| |
* | Fix https://github.com/pyload/pyload/issues/1920Gravatar Walter Purcaro 2015-10-026-24/+27
|/
* [Account] Improve parse_traffic method + code cosmeticsGravatar Walter Purcaro 2015-10-0217-47/+45
|
* [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵Gravatar Walter Purcaro 2015-10-023-8/+10
| | | | https://github.com/pyload/pyload/issues/1904
* Fix https://github.com/pyload/pyload/issues/1917 + new function: parse_timeGravatar Walter Purcaro 2015-10-023-21/+48
|
* [Hoster] Fix https://github.com/pyload/pyload/issues/1918Gravatar Walter Purcaro 2015-10-021-1/+2
|
* [Plugin] Improve fixurl functionGravatar Walter Purcaro 2015-10-021-3/+7
| | | | https://github.com/pyload/pyload/issues/1873
* Fixpack (1)Gravatar Walter Purcaro 2015-10-0110-75/+131
|
* Merge pull request #1902 from GammaC0de/patch-3Gravatar Walter Purcaro 2015-10-011-2/+2
|\ | | | | [XFSHoster] re-fix #1865
| * Update XFSHoster.pyGravatar GammaC0de 2015-10-011-3/+3
| |
* | Merge pull request #1895 from Bambie42/stableGravatar Walter Purcaro 2015-10-011-1/+1
|\ \ | | | | | | fixes #1894 UploadedTo getSize error
| * | fixes #1894 UploadedTo getSize errorGravatar Bambie42 2015-09-301-1/+1
| |/
* | Merge pull request #1900 from manuelm/stableGravatar Walter Purcaro 2015-10-011-1/+1
|\ \ | | | | | | Strip trailing slashes before case sensitive checking
| * | Strip trailing slashes before case sensitive checkingGravatar Manuel Mausz 2015-09-301-1/+1
| |/ | | | | Strip trailing slashes. Otherwise the last pathname component might be empty
* | Improve Hoster and Crypter + general fixupGravatar Walter Purcaro 2015-10-0116-597/+716
| |