summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
Commit message (Collapse)AuthorAgeFilesLines
* [XFSHoster] fix #2333Gravatar Nitzo 2016-02-081-1/+2
|
* [XFSHoster] WAIT_PATTERN - use `parse_time` functionGravatar Nitzo 2016-02-041-3/+9
|
* [XFSHoster] UpdateGravatar Nitzo 2016-02-041-3/+2
|
* [XFSHoster] Fix download url detectionGravatar Nitzo 2016-02-011-3/+4
|
* [misc] Move `threaded`, `Expose` form Addon to miscGravatar Nitzo 2016-01-303-21/+21
|
* [Bace] fix race condition with `assignJob`Gravatar Nitzo 2016-01-291-2/+5
|
* [Captcha] fix #2311Gravatar Nitzo 2016-01-221-2/+2
|
* [Misc] fix #2159Gravatar Nitzo 2016-01-221-2/+3
|
* [Acount] fix account refresh (2)Gravatar Nitzo 2016-01-201-4/+5
|
* fix account refreshGravatar Nitzo 2016-01-192-4/+6
|
* [Hoster] UpdateGravatar Nitzo 2016-01-191-2/+2
|
* [SimpleHoster] fix #2283Gravatar Nitzo 2016-01-191-2/+2
|
* [Misc] UpdateGravatar Nitzo 2016-01-111-4/+7
|
* fix #2284 (thanks @youlJunior)Gravatar Nitzo 2016-01-112-7/+4
|
* [Plugin] fix #2260Gravatar Nitzo 2016-01-101-2/+7
|
* [Misc] fix #2280Gravatar GammaC0de 2016-01-101-2/+2
|
* "is" is evil (2)Gravatar Nitzo 2016-01-104-8/+8
|
* [Misc] fix safepathGravatar Nitzo 2016-01-091-2/+5
|
* [Hoster] fix #2275, #2277Gravatar Nitzo 2016-01-091-2/+2
|
* fix 'exceptions.OSError' object has no attribute 'strip'Gravatar Nitzo 2016-01-092-4/+4
|
* Bump version of CaptchaService.pyGravatar Nippey 2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The file contains a change, that doesn't make it down to us users ;) pyLoad 0.4.9 Debug Report of ShareonlineBiz 0.65 ``` TRACEBACK: Traceback (most recent call last): File "/volume1/web/pyload-git-stable/module/PluginThread.py", line 187, in run pyfile.plugin.preprocessing(self) File "/volume1/@optware/share/pyload_config/userplugins/internal/Base.py", line 288, in preprocessing return self._process(*args, **kwargs) File "/volume1/@optware/share/pyload_config/userplugins/internal/Hoster.py", line 118, in _process self.process(self.pyfile) File "/volume1/@optware/share/pyload_config/userplugins/internal/SimpleHoster.py", line 283, in process self.handle_free(pyfile) File "/volume1/@optware/share/pyload_config/userplugins/hoster/ShareonlineBiz.py", line 96, in handle_free res = self.handle_captcha() File "/volume1/@optware/share/pyload_config/userplugins/hoster/ShareonlineBiz.py", line 72, in handle_captcha response, challenge = self.captcha.challenge(self.RECAPTCHA_KEY) File "/volume1/@optware/share/pyload_config/userplugins/captcha/ReCaptcha.py", line 50, in challenge version=2 if re.search(self.KEY_V2_PATTERN, data or self.retrieve_data()) else 1) File "/volume1/@optware/share/pyload_config/userplugins/internal/CaptchaService.py", line 30, in retrieve_data return self.plugin.data or self.plugin.last_html or "" AttributeError: 'ReCaptcha' object has no attribute 'plugin' ```
* [Misc] UpdateGravatar GammaC0de 2016-01-051-0/+5
|
* [Plugin] UpdateGravatar GammaC0de 2016-01-041-9/+3
|
* [Captcha] parameter decode= is meaningless hereGravatar GammaC0de 2016-01-031-3/+3
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2016-01-025-13/+10
|
* Spare code cosmeticsGravatar Walter Purcaro 2016-01-0212-61/+59
|
* Timeout for http request set to 1 minute + report effective url address in ↵Gravatar Walter Purcaro 2016-01-022-6/+10
| | | | header
* [SimpleCrypter] Fix handle_directGravatar Walter Purcaro 2016-01-021-24/+12
|
* [Captcha] UpdateGravatar Nitzo 2016-01-021-6/+11
|
* [Plugin] Fix dump_html()Gravatar GammaC0de 2016-01-021-2/+7
|
* "is" is evilGravatar Nitzo 2016-01-029-53/+53
|
* [Plugin] Fix AttributeError: HTTPRequest instance has no attribute 'http'Gravatar GammaC0de 2016-01-011-2/+2
|
* [Misc] UpdateGravatar GammaC0de 2015-12-311-2/+2
|
* [Crypter] UpdateGravatar GammaC0de 2015-12-311-3/+3
|
* [Hoster] UpdateGravatar GammaC0de 2015-12-311-5/+5
|
* Spare code fixed + isdownload -> isresourceGravatar Walter Purcaro 2015-12-314-22/+28
|
* [Addon] Fix download_finished callGravatar Walter Purcaro 2015-12-311-3/+2
| | | | Thanks to youlJunior
* Version upGravatar Walter Purcaro 2015-12-313-3/+3
|
* [SimpleCrypter][SimpleHoster] Better preload routineGravatar Walter Purcaro 2015-12-312-2/+7
|
* [misc] Check utc type for seconds_to_midnightGravatar Walter Purcaro 2015-12-311-3/+3
|
* [Crypter] Fix folder_per_package settingGravatar Walter Purcaro 2015-12-311-1/+3
|
* Fix https://github.com/pyload/pyload/issues/2243 (2)Gravatar Walter Purcaro 2015-12-311-48/+54
|
* fix #2243Gravatar GammaC0de 2015-12-311-3/+3
|
* [Captcha] TypoGravatar Walter Purcaro 2015-12-301-2/+2
|
* Improve Captcha task managingGravatar Walter Purcaro 2015-12-302-12/+18
|
* Fix https://github.com/pyload/pyload/issues/2246Gravatar Walter Purcaro 2015-12-301-3/+5
| | | | Thanks to GammaC0de
* Fix https://github.com/pyload/pyload/issues/2239Gravatar Walter Purcaro 2015-12-301-2/+2
| | | | Thanks to youlJunior
* [Misc] Fix missing importGravatar GammaC0de 2015-12-301-1/+2
|
* [SimpleHoster] Fix check_download routineGravatar Walter Purcaro 2015-12-301-3/+1
|
* Fix https://github.com/pyload/pyload/issues/2235Gravatar Walter Purcaro 2015-12-302-4/+4
|
* [Hoster] Python 2.5 compatibility hack for property.setterGravatar GammaC0de 2015-12-301-1/+19
|
* Tiny code cosmeticsGravatar Walter Purcaro 2015-12-292-2/+2
|
* [Plugin] Fix https://github.com/pyload/pyload/issues/2229Gravatar Walter Purcaro 2015-12-291-2/+2
|
* [Container] Version upGravatar GammaC0de 2015-12-291-1/+1
|
* added missing selfGravatar Christian Käslin 2015-12-291-1/+1
| | | | dlc decryption was failing, with error Decrypting failed:****.dlc | global name 'pyfile' is not defined debug mode showed missing self
* [misc] fix fsjoinGravatar GammaC0de 2015-12-291-2/+2
|
* [Extractor] Version upGravatar GammaC0de 2015-12-291-1/+1
|
* [SimpleHoster] Version upGravatar GammaC0de 2015-12-291-1/+1
|
* [Hoster] Version upGravatar GammaC0de 2015-12-291-1/+1
|
* [Account] Version upGravatar GammaC0de 2015-12-291-1/+1
|
* [SimpleCrypter] Version upGravatar GammaC0de 2015-12-291-1/+1
|
* Spare code fixes (3)Gravatar Walter Purcaro 2015-12-285-9/+14
|
* Spare code fixes (2)Gravatar Walter Purcaro 2015-12-283-256/+8
|
* Spare code fixesGravatar Walter Purcaro 2015-12-284-6/+9
|
* Fix password sharing issueGravatar Walter Purcaro 2015-12-285-13/+34
|
* [Hoster] Rewrite some routines, improve othersGravatar Walter Purcaro 2015-12-271-148/+198
|
* [internal] Spare code optimizations and fixesGravatar Walter Purcaro 2015-12-274-56/+60
|
* Update crypters and containersGravatar Walter Purcaro 2015-12-274-17/+14
|
* [Crypter] Simplify _create_packages routineGravatar Walter Purcaro 2015-12-271-24/+17
|
* [Plugin] Improve load routine and relatedGravatar Walter Purcaro 2015-12-272-115/+86
|
* [Crypter] Code cosmeticsGravatar Walter Purcaro 2015-12-271-21/+21
|
* [misc] New classes Config, DB and PeriodicalGravatar Walter Purcaro 2015-12-271-5/+134
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-12-271-2/+2
|
* [Addon] Import new Periodical class + code cosmeticsGravatar Walter Purcaro 2015-12-271-91/+46
|
* [Account] Import new Periodical classGravatar Walter Purcaro 2015-12-271-48/+6
|
* [SimpleHoster] Auto-detect offline & temp. offline status and hashsum info ↵Gravatar Walter Purcaro 2015-12-271-26/+43
| | | | by default + Update check_download stuff + Spare code cosmetics and optimizations
* [SimpleCrypter] Auto-detect offline & temp. offline status by defaultGravatar Walter Purcaro 2015-12-271-25/+33
|
* Improve ContainerGravatar Walter Purcaro 2015-12-271-19/+20
|
* [misc] Fix encodingGravatar Walter Purcaro 2015-12-271-31/+30
|
* Spare code fixesGravatar Walter Purcaro 2015-12-273-18/+4
|
* [OCR] self.image -> self.imgGravatar Walter Purcaro 2015-12-272-26/+26
|
* Don't use PERIODICAL_INTERVALGravatar Walter Purcaro 2015-12-271-4/+2
|
* [Captcha] UpdateGravatar Walter Purcaro 2015-12-271-17/+12
|
* [Addon] Map eventsGravatar Walter Purcaro 2015-12-271-24/+66
|
* [Container] Compact codeGravatar Walter Purcaro 2015-12-271-16/+7
|
* [OCR] Code cosmeticsGravatar Walter Purcaro 2015-12-271-42/+47
|
* [XFSHoster] Improve a bitGravatar Walter Purcaro 2015-12-271-6/+7
|
* [internals] Some code cosmeticsGravatar Walter Purcaro 2015-12-2710-28/+26
|
* [Account] Fix reset methodGravatar Walter Purcaro 2015-12-271-3/+3
|
* Rewrite utils (1)Gravatar Walter Purcaro 2015-12-272-482/+747
|
* Update notifiersGravatar Walter Purcaro 2015-12-271-36/+80
|
* Update extractors (1)Gravatar Walter Purcaro 2015-12-274-122/+115
|
* New extractor: UnTarGravatar Walter Purcaro 2015-12-271-0/+69
|
* [utils] new function: safe_format()Gravatar GammaC0de 2015-12-273-10/+37
|
* typoGravatar GammaC0de 2015-12-261-2/+2
|
* [Account] fix copy.deepcopy usageGravatar GammaC0de 2015-12-261-3/+4
|
* Merge pull request #2150 from GammaC0de/patch-11Gravatar GammaC0de 2015-12-262-4/+7
|\ | | | | [Plugin] censor ACCOUNT request data
| * [Account] reimplement safe_info with deepcopyGravatar GammaC0de 2015-11-041-2/+5
| |
| * [Plugin] censor ACCOUNT request dataGravatar GammaC0de 2015-11-031-2/+2
| |
* | [SimpleHoster] update (6)Gravatar GammaC0de 2015-12-211-2/+2
| |
* | [SimpleHoster] update (5)Gravatar GammaC0de 2015-12-201-3/+3
| |
* | [SimpleHoster] update (4)Gravatar GammaC0de 2015-12-201-2/+2
| |
* | [SimpleHoster] update (3)Gravatar GammaC0de 2015-12-201-2/+2
| |
* | [SimpleHoster] update (2)Gravatar GammaC0de 2015-12-201-8/+7
| |
* | [SimpleHoster] updateGravatar GammaC0de 2015-12-201-2/+2
| |
* | [Extractor] fix #2084Gravatar GammaC0de 2015-12-161-2/+1
| |
* | [Hoster] small bug fixGravatar GammaC0de 2015-12-151-2/+2
| |
* | [SimpleCrypter] fix #2188Gravatar GammaC0de 2015-12-111-6/+6
| |
* | fix seconds_to_midnight importGravatar GammaC0de 2015-12-021-3/+2
| |
* | Merge pull request #2140 from GammaC0de/patch-9Gravatar Walter Purcaro 2015-11-261-2/+2
|\ \ | | | | | | [SimpleHoster] update
| * | Update SimpleHoster.pyGravatar GammaC0de 2015-11-011-2/+2
| |/
* / Update CaptchaService.pyGravatar k1l 2015-11-041-1/+1
|/ | | | | | | dont know if this is enough to let the updater get that version out in the wild. but getting this version manually solved my issue with pyload not loading files because of the 28.10.2015 11:02:41 WARNING Download failed: ...part07.rar | ReCaptcha data not found Error. See https://github.com/pyload/pyload/issues/2130#issuecomment-153542916 and following comment.
* Merge pull request #2128 from thadrien/pull-request-dlprotectGravatar Walter Purcaro 2015-10-283-15/+18
|\ | | | | Pull request dlprotect
| * Increase version number in SimpleCrypter.pyGravatar Hadrien Theveneau 2015-10-281-1/+1
| |
| * Infinite redirect bug fixing in SimpleCrypter.pyGravatar Hadrien Theveneau 2015-10-281-9/+11
| |
| * Correction of some errors in OCR.pyGravatar Hadrien Theveneau 2015-10-281-5/+5
| |
| * Addition of some debug messages in DlProtectCom.py and Captcha.pyGravatar Hadrien Theveneau 2015-10-281-0/+1
| |
* | Syntax error in SimpleHoster.pyGravatar Hadrien Theveneau 2015-10-281-2/+2
|/
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-288-37/+40
|
* Increase all __version__ for internalsGravatar Walter Purcaro 2015-10-276-6/+6
|
* Update Base.pyGravatar GammaC0de 2015-10-251-2/+1
|
* Update Hoster.pyGravatar GammaC0de 2015-10-251-1/+2
|
* Fix https://github.com/pyload/pyload/issues/2034#issuecomment-150610936Gravatar Walter Purcaro 2015-10-232-3/+1
|
* Fix https://github.com/pyload/pyload/issues/2099Gravatar Walter Purcaro 2015-10-231-4/+12
|
* self.html -> self.dataGravatar Walter Purcaro 2015-10-237-62/+58
|
* [Dereferer] Don't preloadGravatar Walter Purcaro 2015-10-231-1/+1
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/2101Gravatar Walter Purcaro 2015-10-231-2/+2
|
* Fix XFS pluginsGravatar Walter Purcaro 2015-10-234-15/+11
|
* [SimpleCrypter] check_errorsGravatar Walter Purcaro 2015-10-231-28/+6
|
* Boring code cosmetics (3)Gravatar Walter Purcaro 2015-10-231-1/+1
|
* [utils] Improve method html_unescapeGravatar Walter Purcaro 2015-10-231-24/+5
|
* [MultiHoster][XFSHoster] Set DIRECT_LINKGravatar Walter Purcaro 2015-10-232-11/+11
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-10-2214-28/+30
|
* [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
|
* Update SimpleCrypter.pyGravatar GammaC0de 2015-10-211-2/+2
|
* [Notifier] Fix https://github.com/pyload/pyload/issues/2092Gravatar Walter Purcaro 2015-10-211-2/+2
|
* [Base] Improve wait methodGravatar Walter Purcaro 2015-10-212-8/+23
|
* Boring code cosmetics (2)Gravatar Walter Purcaro 2015-10-2114-80/+47
|
* [Notifier] Fix https://github.com/pyload/pyload/issues/2090Gravatar Walter Purcaro 2015-10-211-3/+3
|
* Update XFSHoster.pyGravatar GammaC0de 2015-10-201-3/+3
|
* 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-201-0/+117
|/
* Code cosmeticsGravatar Walter Purcaro 2015-10-204-24/+11
|
* [utils] format_timeGravatar Walter Purcaro 2015-10-202-7/+27
|
* [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
|
* 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-201-1/+0
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-10-205-10/+10
|
* 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 #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
* / remove unused imports/variablesGravatar runningbits 2015-10-191-1/+0
|/
* Spare fixesGravatar Walter Purcaro 2015-10-194-17/+12
|
* 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-198-34/+41
|
* Spare code fixesGravatar Walter Purcaro 2015-10-181-1/+1
|
* 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-1825-25/+25
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-10-189-32/+33
| |
* | Update internalsGravatar Walter Purcaro 2015-10-187-27/+24
| |
* | [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
| |
* | [Extractor] Code cleanupGravatar Walter Purcaro 2015-10-183-30/+30
| |
* | [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
| |
* | Dead plugins are stable, but still dead.Gravatar Walter Purcaro 2015-10-182-2/+2
| |
* | [MultiAccount] Still not working, but 90% completeGravatar Walter Purcaro 2015-10-181-135/+117
| |
* | Multi-hoster accounts now extend MultiAccount classGravatar Walter Purcaro 2015-10-181-5/+14
| |
* | Collect plugin utilities in a own fileGravatar Walter Purcaro 2015-10-181-0/+433
| |
* | Spare fixesGravatar Walter Purcaro 2015-10-132-19/+16
| |
* | Fixing fixurl...Gravatar Walter Purcaro 2015-10-132-11/+10
| |
* | [SimpleCrypter] Don't extend SimpleHoster anymoreGravatar Walter Purcaro 2015-10-131-24/+292
|/
* [Plugin] version upGravatar GammaC0de 2015-10-131-1/+1
|
* [Plugin] improve error tracing (2)Gravatar GammaC0de 2015-10-131-24/+39
|
* [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-112-22/+9
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-1122-81/+83
| | | | | 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-1023-93/+59
|
* 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
| |