summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1421Gravatar Walter Purcaro 2015-05-181-3/+3
|
* [SimpleHoster] Improve checkErrorsGravatar Walter Purcaro 2015-05-182-75/+77
|
* [XFSHoster] HAPPY_HOUR_PATTERNGravatar Walter Purcaro 2015-05-181-1/+8
|
* [MultiHook] Remove unbound method 'getCrypters'Gravatar Walter Purcaro 2015-05-091-10/+2
|
* [XFSCrypter] Fix LINK_PATTERN (thx GammaC0de)Gravatar Walter Purcaro 2015-05-061-2/+2
|
* [SimpleHoster] Fallback optionGravatar Walter Purcaro 2015-05-061-4/+5
|
* [XFSHoster] Fix WAIT_PATTERNGravatar Walter Purcaro 2015-05-061-11/+5
|
* [XFSCrypter] Improve LINK_PATTERN (2)Gravatar Walter Purcaro 2015-05-051-3/+3
|
* [SimpleHoster] Why Premium download fails?Gravatar Walter Purcaro 2015-05-051-2/+2
|
* [XFSCrypter] Improve LINK_PATTERNGravatar Walter Purcaro 2015-05-011-2/+2
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-015-25/+19
|
* Fix https://github.com/pyload/pyload/issues/1374Gravatar Walter Purcaro 2015-04-301-14/+1
|
* Update SimpleHoster.pyGravatar GammaC0de 2015-04-291-1/+1
|
* fix 'Content-Disposition' filename cutting first and last charsGravatar GammaC0de 2015-04-291-2/+2
|
* Version bumpGravatar GammaC0de 2015-04-141-1/+1
|
* [SimpleHoster] Improve latest change a littleGravatar Walter Purcaro 2015-04-141-4/+1
|
* Update SimpleHoster.pyGravatar GammaC0de 2015-04-141-1/+4
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341Gravatar Walter Purcaro 2015-04-102-6/+6
|
* Update CaptchaService.pyGravatar zapp-brannigan 2015-04-091-17/+8
| | | Fix ReCaptchaV2
* [SimpleHoster] Improve file name handlingGravatar Walter Purcaro 2015-04-091-19/+18
|
* Fix https://github.com/pyload/pyload/issues/1157 (2)Gravatar Walter Purcaro 2015-04-081-2/+2
|
* Fix https://github.com/pyload/pyload/issues/1157Gravatar Walter Purcaro 2015-04-081-8/+7
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-081-1/+1
|
* [UserAgentSwitcher] Default activated set to TrueGravatar Walter Purcaro 2015-04-082-8/+2
|
* Traceback code cosmeticsGravatar Walter Purcaro 2015-04-071-2/+3
|
* [SimpleDereferer][SimpleHoster] Update user-agent (3)Gravatar Walter Purcaro 2015-04-072-2/+4
|
* [SimpleDereferer] Update user-agent (2)Gravatar Walter Purcaro 2015-04-072-5/+6
|
* [SimpleDereferer][SimpleHoster] Update user-agentGravatar Walter Purcaro 2015-04-072-3/+6
|