summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | 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-104-16/+15
| |
* | [Addon] Persistent self.infoGravatar Walter Purcaro 2015-10-101-1/+11
| |
* | [Plugin] Improve encoding functions & storing methodsGravatar Walter Purcaro 2015-10-101-19/+60
|/
* 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-084-69/+84
|
* Spare improvementsGravatar Walter Purcaro 2015-10-088-44/+112
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-087-93/+50
|
* 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
| |
* | Double URL FixGravatar kasperj 2015-10-061-1/+1
|/ | | Fix for the issue with http://url.tld/http://url.tld/XXX
* Fixpack (3)Gravatar Walter Purcaro 2015-10-044-10/+13
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-0410-50/+94
|
* Fix https://github.com/pyload/pyload/issues/1911#issuecomment-145026557Gravatar Walter Purcaro 2015-10-027-25/+44
|
* [ClickAndLoad] Queue destination supportGravatar Walter Purcaro 2015-10-021-1/+1
|
* Fix https://github.com/pyload/pyload/issues/1932Gravatar Walter Purcaro 2015-10-025-15/+15
|
* Merge pull request #1933 from jansohn/stableGravatar Walter Purcaro 2015-10-021-1/+1
|\ | | | | fix #1921
| * fix #1921Gravatar jansohn 2015-10-021-1/+1
| |
* | [Account] Fix https://github.com/pyload/pyload/issues/1922Gravatar Walter Purcaro 2015-10-021-1/+2
|/
* [Account] Improve parse_traffic method + code cosmeticsGravatar Walter Purcaro 2015-10-026-23/+21
|
* [UptoboxCom] Fix https://github.com/pyload/pyload/issues/1530 and ↵Gravatar Walter Purcaro 2015-10-022-7/+7
| | | | 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-018-70/+125
|
* 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 #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-0111-582/+701
| |
* | A lot of plugin code cosmetics (2)Gravatar Walter Purcaro 2015-10-014-11/+10
|/
* [Captcha] _decrypt -> decrypt_imageGravatar Walter Purcaro 2015-09-301-4/+3
|
* Merge pull request #1882 from GammaC0de/patch-5Gravatar Walter Purcaro 2015-09-301-3/+3
|\ | | | | [Captcha] Requse the hoster http request
| * [Captcha] generic fix for #1756Gravatar GammaC0de 2015-09-281-3/+3
| |
* | Add __config__ to MultiAccount (and XFSAccount) based pluginsGravatar Walter Purcaro 2015-09-301-0/+1
| |
* | [XFSHoster] Revert https://github.com/pyload/pyload/pull/1883Gravatar Walter Purcaro 2015-09-301-2/+2
| |
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1890Gravatar Walter Purcaro 2015-09-301-2/+2
| |
* | Merge pull request #1883 from joberreiter/joberreiter-patternxfshosterGravatar Walter Purcaro 2015-09-291-2/+2
|\ \ | | | | | | [internal/XFSHoster.py] Add captcha pattern for Recaptcha and Solvemedia
| * | Add captcha pattern for Recaptcha and SolvemediaGravatar Jochen Oberreiter 2015-09-261-3/+3
| |/ | | | | Fix for #1852, #1865
* | [Account] HotfixGravatar Walter Purcaro 2015-09-291-3/+3
| |
* | Update hoster pluginsGravatar Walter Purcaro 2015-09-291-5/+5
| |
* | Update crypter pluginsGravatar Walter Purcaro 2015-09-293-7/+5
| |
* | Update internal pluginsGravatar Walter Purcaro 2015-09-2917-229/+279
| |
* | Account class completely rewritten + plugins updatedGravatar Walter Purcaro 2015-09-292-244/+257
|/
* Version upGravatar Marcus "Chaosblog" 2015-09-231-1/+1
| | | Increase version number
* [FIX] AttributeError: x object has no attribute 'user'Gravatar Stefan Reisich 2015-09-231-2/+2
|
* Add missing closing bracketGravatar Marcus "Chaosblog" 2015-09-231-1/+1
|
* Update Hoster.pyGravatar GammaC0de 2015-09-221-1/+1
|
* version upGravatar GammaC0de 2015-09-221-1/+1
|
* version upGravatar GammaC0de 2015-09-221-1/+1
|
* version upGravatar GammaC0de 2015-09-221-1/+1
|
* version upGravatar GammaC0de 2015-09-221-1/+1
|
* [Plugin] Fix _log + code cosmeticsGravatar Walter Purcaro 2015-09-224-13/+14
|
* [Plugin] fix missing importGravatar GammaC0de 2015-09-221-1/+2
|
* Auto-detect seconds_to_midnightGravatar Walter Purcaro 2015-09-221-13/+6
|
* Spare improvements and fixes (2)Gravatar Walter Purcaro 2015-09-2111-65/+49
|
* [Account] Fix __version__Gravatar Walter Purcaro 2015-09-214-6/+6
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-215-3/+13
|
* Fix pyfile.name processingGravatar Walter Purcaro 2015-09-215-66/+45
|
* Merge branch 'pr/n1736_GammaC0de' into stableGravatar Walter Purcaro 2015-09-211-2/+1
|\ | | | | | | | | Conflicts: module/plugins/internal/SimpleHoster.py
| * Update SimpleHoster.pyGravatar GammaC0de 2015-08-081-3/+2
| |
* | Spare improvements and fixesGravatar Walter Purcaro 2015-09-2111-205/+210
| |
* | [Account] parse_info -> grab_infoGravatar Walter Purcaro 2015-09-212-9/+9
| |
* | Merge branch 'pr/n1788_GammaC0de' into stableGravatar Walter Purcaro 2015-09-211-3/+3
|\ \ | | | | | | | | | | | | Conflicts: module/plugins/internal/Plugin.py
| * | Update Plugin.pyGravatar GammaC0de 2015-08-261-2/+3
| | |
* | | [XFSAccount] UpdateGravatar Walter Purcaro 2015-09-194-6/+15
| | |
* | | Merge pull request #1818 from jakubbroz/stableGravatar Walter Purcaro 2015-09-152-2/+13
|\ \ \ | | | | | | | | Remove accents from file name #1817
| * | | Remove accents from file name #1817Gravatar Jakub Brož 2015-09-132-2/+13
| | | | | | | | | | | | | | | | issue: #1817
* | | | Update main Captcha pluginGravatar Walter Purcaro 2015-09-141-6/+6
|/ / /
* | | Spare fixes (2)Gravatar Walter Purcaro 2015-09-035-36/+55
| | |
* | | Merge pull request #1796 from GammaC0de/patch-8Gravatar Walter Purcaro 2015-08-301-4/+5
|\ \ \ | | | | | | | | [Hoster] fix pyfile.name not updated if disposition
| * | | Update Hoster.pyGravatar GammaC0de 2015-08-291-1/+1
| | | |
| * | | [Hoster] fix pyfile.name not updated if dispositionGravatar GammaC0de 2015-08-291-4/+5
| |/ /
* | | Fix https://github.com/pyload/pyload/issues/1793Gravatar Walter Purcaro 2015-08-301-1/+21
| | |
* | | Merge pull request #1789 from Bambie42/stableGravatar Walter Purcaro 2015-08-301-1/+1
|\ \ \ | | | | | | | | [LinkCryptWs] partly fixes #1756
| * | | partly fixes #1756Gravatar Bambie42 2015-08-261-1/+1
| |/ /
* / / fix #1765Gravatar GammaC0de 2015-08-211-1/+2
|/ /
* | Spare plugin updatesGravatar Walter Purcaro 2015-08-191-1/+3
| |
* | Temp fix https://github.com/pyload/pyload/pull/1708Gravatar Walter Purcaro 2015-08-191-2/+2
| |
* | Fix missing import statementGravatar Walter Purcaro 2015-08-092-2/+2
|/
* Fix https://github.com/pyload/pyload/issues/1707Gravatar Walter Purcaro 2015-08-042-3/+3
|
* Update SimpleHoster.pyGravatar estaban 2015-08-041-2/+2
|
* Download deleted because of file size mismatchGravatar estaban 2015-08-041-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)Gravatar Walter Purcaro 2015-08-042-2/+4
|
* [Account] fix relogin not workingGravatar GammaC0de 2015-08-041-4/+1
|
* Some fixesGravatar Walter Purcaro 2015-08-046-26/+28
|
* Fix #1603Gravatar TodsDeath 2015-08-041-2/+2
|
* Update Plugin.pyGravatar GammaC0de 2015-08-031-1/+1
|
* Update SimpleHoster.pyGravatar GammaC0de 2015-08-031-2/+2
|
* Update Plugin.pyGravatar GammaC0de 2015-08-031-1/+1
|
* Update XFSAccount.pyGravatar GammaC0de 2015-08-031-4/+5
|
* Update Plugin.pyGravatar GammaC0de 2015-08-031-2/+2
|
* Use set_cookie instead cj.setCookieGravatar Walter Purcaro 2015-08-036-29/+37
|
* Fix https://github.com/pyload/pyload/issues/1664Gravatar Walter Purcaro 2015-08-021-4/+3
|
* Fix https://github.com/pyload/pyload/issues/1591Gravatar Walter Purcaro 2015-08-022-16/+14
|
* Tiny fixesGravatar Walter Purcaro 2015-08-021-0/+1
|
* Fix https://github.com/pyload/pyload/issues/1663Gravatar Walter Purcaro 2015-08-026-15/+15
|
* Fix https://github.com/pyload/pyload/issues/1650Gravatar Walter Purcaro 2015-08-021-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1640 (3)Gravatar Walter Purcaro 2015-08-021-7/+7
|
* Fix https://github.com/pyload/pyload/issues/1630Gravatar Walter Purcaro 2015-08-021-25/+25
|
* Fix https://github.com/pyload/pyload/issues/1649Gravatar Walter Purcaro 2015-08-022-3/+6
|
* Fix https://github.com/pyload/pyload/issues/1640 (2)Gravatar Walter Purcaro 2015-08-027-25/+20
|