summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update some pluginsGravatar Walter Purcaro 2015-08-024-17/+10
|
* Fix https://github.com/pyload/pyload/issues/1640Gravatar Walter Purcaro 2015-08-023-46/+47
|
* Fix load_account routineGravatar Walter Purcaro 2015-08-012-26/+34
|
* Fix https://github.com/pyload/pyload/issues/1636Gravatar Walter Purcaro 2015-08-012-3/+4
|
* Fix https://github.com/pyload/pyload/issues/1632Gravatar Walter Purcaro 2015-07-311-2/+2
|
* Fix and improve account logicGravatar Walter Purcaro 2015-07-315-93/+89
|
* Fix https://github.com/pyload/pyload/issues/1628Gravatar Walter Purcaro 2015-07-312-5/+5
|
* Fix https://github.com/pyload/pyload/issues/1601Gravatar Walter Purcaro 2015-07-311-3/+3
|
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-311-11/+9
|
* Fix https://github.com/pyload/pyload/issues/1602 (2)Gravatar Walter Purcaro 2015-07-311-2/+2
|
* [Account] Fix ********** bugGravatar Walter Purcaro 2015-07-311-2/+3
|
* [Addon] Fix unload method not called on exitGravatar Walter Purcaro 2015-07-311-1/+2
|
* Fix https://github.com/pyload/pyload/issues/1625Gravatar Walter Purcaro 2015-07-313-45/+62
|
* Fix https://github.com/pyload/pyload/issues/1624Gravatar Walter Purcaro 2015-07-301-6/+2
|
* Fix get_code call in captcha hooksGravatar Walter Purcaro 2015-07-301-1/+1
|
* Still improving _log methodsGravatar Walter Purcaro 2015-07-296-16/+16
|
* Fix https://github.com/pyload/pyload/issues/1602Gravatar Walter Purcaro 2015-07-292-2/+2
|
* [MultiHook] Better error handling for plugins_cachedGravatar Walter Purcaro 2015-07-291-4/+4
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4421Gravatar Walter Purcaro 2015-07-291-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1594Gravatar Walter Purcaro 2015-07-291-3/+3
|
* Merge pull request #1593 from TodsDeath/patch-1Gravatar Walter Purcaro 2015-07-291-1/+1
|\ | | | | Update Account.py, fixed not-working premium downloads
| * Update Account.pyGravatar TodsDeath 2015-07-291-1/+1
| | | | | | better readability than conditional expression
| * Update Account.pyGravatar TodsDeath 2015-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the needed premium key is not directly in info, but in the sub-directory 'data': {'data': {'login': '***', 'maxtraffic': None, 'options': {'limitdl': ['0']}, 'password': '**********', 'premium': True, 'timestamp': 1438159062.570853, 'trafficleft': -1, 'type': 'RealdebridCom', 'valid': True, 'validuntil': 1450976583.0}, 'login': {'password': '**********', 'timestamp': 1438159044.071365, 'valid': True}}
* | [Plugin] Fix set_cookiesGravatar Walter Purcaro 2015-07-291-2/+2
|/
* Fix _log methodGravatar Walter Purcaro 2015-07-294-5/+50
|
* Fix https://github.com/pyload/pyload/issues/1586Gravatar Walter Purcaro 2015-07-295-28/+28
|
* Fix https://github.com/pyload/pyload/issues/1587Gravatar Walter Purcaro 2015-07-291-2/+2
|
* Fix missing `encode`Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1578 (3)Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1520Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix content-dispositionGravatar Walter Purcaro 2015-07-283-7/+5
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4410Gravatar Walter Purcaro 2015-07-282-3/+4
|
* Fix https://github.com/pyload/pyload/issues/1578 (2)Gravatar Walter Purcaro 2015-07-281-11/+17
|
* Fix https://github.com/pyload/pyload/issues/1578Gravatar Walter Purcaro 2015-07-281-3/+3
|
* Fix https://github.com/pyload/pyload/issues/1577 and ↵Gravatar Walter Purcaro 2015-07-281-2/+2
| | | | https://github.com/pyload/pyload/issues/1580
* [Account] HotfixGravatar Walter Purcaro 2015-07-281-32/+62
|
* [Hook] Hotfix _log methodGravatar Walter Purcaro 2015-07-281-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1575Gravatar Walter Purcaro 2015-07-281-1/+3
|
* Improve _log methodGravatar Walter Purcaro 2015-07-285-22/+28
|
* Missed to bump up some plugin __version__Gravatar Walter Purcaro 2015-07-286-6/+6
|
* Fix https://github.com/pyload/pyload/pull/1564 (thx Nippey)Gravatar Walter Purcaro 2015-07-281-2/+2
|
* Spare code fixesGravatar Walter Purcaro 2015-07-278-26/+26
|
* Fix captcha timeoutGravatar Walter Purcaro 2015-07-272-11/+11
|
* Bunch of fixupsGravatar Walter Purcaro 2015-07-277-38/+58
|
* Update internal pluginsGravatar Walter Purcaro 2015-07-2712-225/+231
|
* Don't user dictionary’s iterator methodsGravatar Walter Purcaro 2015-07-258-14/+14
|
* Account rewritten (2)Gravatar Walter Purcaro 2015-07-258-66/+102
|
* Account rewrittenGravatar Walter Purcaro 2015-07-258-198/+190
|
* Fix typoGravatar Walter Purcaro 2015-07-245-7/+7
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-2411-34/+34
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-2423-79/+98
|
* HotfixesGravatar Walter Purcaro 2015-07-245-16/+56
|
* Small __init__ fixesGravatar Walter Purcaro 2015-07-243-7/+7
|
* [Plugin] Another fix about page decodingGravatar Walter Purcaro 2015-07-241-1/+1
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-237-504/+53
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-235-7/+7
|
* [Extractor] is_usable -> findGravatar Walter Purcaro 2015-07-214-36/+43
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-219-153/+179
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-1926-0/+26
|
* [OCR] Fix __init__ (2)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* [OCR] Fix __init__Gravatar Walter Purcaro 2015-07-192-9/+7
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-1917-122/+91
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-198-39/+47
|
* Fix addonsGravatar Walter Purcaro 2015-07-1911-245/+274
|
* Improve fixurl methodGravatar Walter Purcaro 2015-07-193-15/+13
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-1915-84/+84
|
* [Hoster] Fix the http request issueGravatar Walter Purcaro 2015-07-182-2/+5
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-1811-33/+31
|
* Reorder some functionsGravatar Walter Purcaro 2015-07-183-68/+68
|
* No more need to use the req argument when call load methodGravatar Walter Purcaro 2015-07-171-3/+3
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-1711-40/+48
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-0725-470/+498
|
* [Plugin] Fix decoding in load methodGravatar Walter Purcaro 2015-07-051-6/+2
|
* Fix long int conversion issueGravatar Walter Purcaro 2015-07-051-2/+2
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-241-2/+2
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-2410-49/+49
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-2412-47/+101
|
* Spare fixesGravatar Walter Purcaro 2015-06-244-68/+90
|
* [Hoster] Import fixupGravatar Walter Purcaro 2015-06-241-1/+1
|
* Update allGravatar Walter Purcaro 2015-06-2416-838/+874
|
* [SimpleHoster] fixurlGravatar Walter Purcaro 2015-06-243-20/+20
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-249-47/+43
|
* Fix http://forum.pyload.org/viewtopic.php?f=10&t=4328Gravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1503Gravatar Walter Purcaro 2015-06-152-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1504Gravatar Walter Purcaro 2015-06-151-1/+1
|
* Fix http://forum.pyload.org/viewtopic.php?f=12&t=4332Gravatar Walter Purcaro 2015-06-151-2/+2
|
* [MultiHook] UpdateGravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1502Gravatar Walter Purcaro 2015-06-151-19/+68
|
* Hook plugin code cosmetics (2)Gravatar Walter Purcaro 2015-06-152-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1498 (2)Gravatar Walter Purcaro 2015-06-151-23/+14
|
* Fix https://github.com/pyload/pyload/issues/1498Gravatar Walter Purcaro 2015-06-153-23/+8
|
* [Plugin] TypoGravatar Walter Purcaro 2015-06-151-2/+2
|
* Update BaseGravatar Walter Purcaro 2015-06-152-64/+77
|
* Update Hook (2)Gravatar Walter Purcaro 2015-06-151-9/+8
|
* [SimpleCrypter] FixupGravatar Walter Purcaro 2015-06-151-2/+2
|
* [XFSCrypter] Improve OFFLINE_PATTERNGravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1496Gravatar Walter Purcaro 2015-06-151-2/+2
|
* Fix new internal pluginsGravatar Walter Purcaro 2015-06-154-20/+16
|
* Update ContainerGravatar Walter Purcaro 2015-06-141-44/+33
|
* Hook back to Base classGravatar Walter Purcaro 2015-06-142-3/+3
|
* Move OCR to internal plugin folderGravatar Walter Purcaro 2015-06-141-0/+319
|
* Crypter back to Plugin classGravatar Walter Purcaro 2015-06-141-3/+6
|
* Update AccountGravatar Walter Purcaro 2015-06-141-96/+116
|
* Fix https://github.com/pyload/pyload/issues/1492 and ↵Gravatar Walter Purcaro 2015-06-141-2/+2
| | | | https://github.com/pyload/pyload/issues/1493
* Update CrypterGravatar Walter Purcaro 2015-06-141-46/+81
|
* Update HookGravatar Walter Purcaro 2015-06-141-73/+102
|
* Move new log functions to PluginGravatar Walter Purcaro 2015-06-142-48/+28
|
* Fix https://github.com/pyload/pyload/issues/1473Gravatar Walter Purcaro 2015-06-101-21/+2
|
* Fix https://github.com/pyload/pyload/issues/1479Gravatar Walter Purcaro 2015-06-101-5/+5
|
* Update SimpleCrypter.pyGravatar GammaC0de 2015-06-091-2/+2
|
* [SimpleHoster] preload referer to FalseGravatar Walter Purcaro 2015-06-091-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1472Gravatar Walter Purcaro 2015-06-091-2/+2
|
* [SimpleHoster] Fixup (3)Gravatar Walter Purcaro 2015-06-091-1/+3
|
* [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-093-30/+26
|
* Fix https://github.com/pyload/pyload/issues/1468Gravatar Walter Purcaro 2015-06-082-9/+22
|
* [SimpleCrypter] Fix handleDirect loopGravatar Walter Purcaro 2015-06-081-7/+8
|
* Fix https://github.com/pyload/pyload/issues/1467Gravatar Walter Purcaro 2015-06-081-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1464Gravatar Walter Purcaro 2015-06-081-7/+7
|
* [SimpleHoster] FixupGravatar Walter Purcaro 2015-06-081-6/+6
|
* Fix https://github.com/pyload/pyload/issues/1460Gravatar Walter Purcaro 2015-06-081-7/+7
|
* [SimpleHoster] FixupGravatar Walter Purcaro 2015-06-081-3/+3
|
* [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-083-53/+92
|
* Update everythingGravatar Walter Purcaro 2015-06-0815-64/+64
|
* Move base plugins to internal folderGravatar Walter Purcaro 2015-06-086-0/+1250
|
* [UploadedTo] Fixup (2)Gravatar Walter Purcaro 2015-06-061-8/+11
|
* Fix http://forum.pyload.org/viewtopic.php?f=10&t=4301Gravatar Walter Purcaro 2015-06-051-4/+4
|
* [NitroflareCom] Premium supportGravatar Walter Purcaro 2015-06-021-1/+2
|
* Fix https://github.com/pyload/pyload/issues/1446Gravatar Walter Purcaro 2015-06-023-8/+9
|
* [SimpleCrypter] UpdateGravatar Walter Purcaro 2015-06-027-24/+18
|
* Update SimpleCrypter.pyGravatar GammaC0de 2015-06-011-3/+3
|
* [XFSHoster] Improve OFFLINE_PATTERNGravatar Walter Purcaro 2015-06-011-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1445Gravatar Walter Purcaro 2015-06-011-3/+8
|
* [SimpleCrypter] Merge with SimpleDerefererGravatar Walter Purcaro 2015-05-303-117/+26
|
* [Dereferer][SimpleDereferer] UpdateGravatar Walter Purcaro 2015-05-301-12/+18
|
* Update plugins after splitting CaptchaServiceGravatar Walter Purcaro 2015-05-301-2/+3
|
* Split CaptchaServiceGravatar Walter Purcaro 2015-05-306-489/+509
|
* [SimpleHoster] Fix DB errorGravatar Walter Purcaro 2015-05-293-6/+10
|
* [SimpleDereferer] Handle direct linkGravatar Walter Purcaro 2015-05-293-17/+21
|
* [GooGl] UpdateGravatar Walter Purcaro 2015-05-292-6/+6
|
* [GoogledriveCom] FixupGravatar Walter Purcaro 2015-05-262-14/+21
|
* [SimpleCrypter] FixupGravatar Walter Purcaro 2015-05-251-3/+3
|
* New crypter: GoogledriveComFolderGravatar Walter Purcaro 2015-05-251-3/+3
|
* [CaptchaService] Improve SolveMedia (2)Gravatar Walter Purcaro 2015-05-251-200/+179
|
* [CaptchaService] Improve SolveMediaGravatar Walter Purcaro 2015-05-252-100/+77
|
* [CaptchaService.py] Update ReCaptchaV1Gravatar zapp-brannigan 2015-05-241-5/+21
| | | Fix https://github.com/pyload/pyload/issues/1423
* [XFSHoster] Handle videoplayerGravatar Walter Purcaro 2015-05-221-2/+2
|
* [SimpleHoster] Fix captcha retryingGravatar Walter Purcaro 2015-05-221-2/+6
|
* [SimpleHoster] Improve checkErrorsGravatar Walter Purcaro 2015-05-221-4/+7
|
* [SimpleHoster] Tiny code cosmeticsGravatar Walter Purcaro 2015-05-201-11/+11
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1404Gravatar Walter Purcaro 2015-05-181-4/+7
|
* [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2015-05-183-27/+15
|
* [XFSHoster] Fix https://github.com/pyload/pyload/issues/1296Gravatar Walter Purcaro 2015-05-181-11/+5
|
* [XFSAccount] Fix https://github.com/pyload/pyload/issues/1420Gravatar Walter Purcaro 2015-05-182-9/+12
|