summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Temp fixup to `filename*=UTF-8` bug (2)Gravatar Walter Purcaro 2015-04-011-3/+3
|
* Temp fixup to `filename*=UTF-8` bugGravatar Walter Purcaro 2015-03-311-3/+14
|
* [GoogledriveCom] Fix handleDirectGravatar Walter Purcaro 2015-03-302-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-3/+3
|
* [MultiHook] Periodically loadAccountGravatar Walter Purcaro 2015-03-281-8/+6
|
* [Extractor] Rename method 'test' to 'verify'Gravatar Walter Purcaro 2015-03-264-8/+8
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-254-10/+10
|
* Merge pull request #1285 from immenz/dev_extractGravatar Walter Purcaro 2015-03-252-4/+4
|\ | | | | [ExtractArchive] Send2Trash Integration
| * [ExtractArchive] Send2Trash IntegrationGravatar Jens Hörnlein 2015-03-252-4/+4
| |
* | [SimpleHoster] Fix retryFreeGravatar Walter Purcaro 2015-03-251-1/+5
|/
* [ExtractArchive] BugfixGravatar Jens Hörnlein 2015-03-241-6/+2
|
* [ExtractArchive] extract archive even if first part is not in packageGravatar Jens Hörnlein 2015-03-232-6/+15
|
* [SimpleHoster] Fix checkErrors (2)Gravatar Walter Purcaro 2015-03-212-6/+8
|
* [SimpleHoster] Fix checkErrorsGravatar Walter Purcaro 2015-03-201-5/+8
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1263Gravatar Walter Purcaro 2015-03-182-2/+11
|
* [MultiHoster] Fix revertfailed featureGravatar Walter Purcaro 2015-03-182-53/+54
|
* [SimpleHoster] retryFree featureGravatar Walter Purcaro 2015-03-181-23/+40
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-184-9/+6
|
* Import cleanup for datetime and time modulesGravatar Walter Purcaro 2015-03-144-13/+12
|
* [BasePlugin][SimpleHoster] Better checkDownload warningGravatar Walter Purcaro 2015-03-141-3/+3
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1248Gravatar Walter Purcaro 2015-03-111-9/+13
|
* [BasePlugin][SimpleHoster] Improve checkDownload rulesGravatar Walter Purcaro 2015-03-101-8/+8
|
* [SimpleHoster] Improve checkFile routine (2)Gravatar Walter Purcaro 2015-03-101-12/+15
|
* [SimpleHoster] Improve checkFile routineGravatar Walter Purcaro 2015-03-101-14/+18
|
* [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040 (2)Gravatar Walter Purcaro 2015-03-101-1/+4
|
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1242Gravatar Walter Purcaro 2015-03-101-2/+2
|
* [SimpleHoster] FixupGravatar Walter Purcaro 2015-03-102-7/+11
|
* [RapidgatorNet] Fix https://github.com/pyload/pyload/issues/1237Gravatar Walter Purcaro 2015-03-101-5/+18
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-107-22/+22
|
* [MultiHook] Fix _pluginSet (fix LinkdecrypterCom issue)Gravatar Walter Purcaro 2015-03-101-22/+26
|
* [MultiHook] No freezes + better list error handlingGravatar Walter Purcaro 2015-03-091-13/+27
|
* Rename fileUrl to getFileURLGravatar Walter Purcaro 2015-03-092-7/+7
|
* [UnRar] Fix https://github.com/pyload/pyload/issues/1234Gravatar Walter Purcaro 2015-03-091-5/+5
|