summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [RapidgatorNet] Fix account sidGravatar Walter Purcaro 2015-01-282-9/+18
* Merge pull request #1087 from grapemix/stableGravatar Walter Purcaro 2015-01-281-1/+1
|\
| * [RapidgatorNet] Bug fix for premium accountGravatar Kingston 2015-01-281-1/+1
|/
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-288-8/+8
* [UploadedTo] RewrittenGravatar Walter Purcaro 2015-01-282-193/+76
* [NetloadIn] Fix missing RECAPTCHA_KEYGravatar Walter Purcaro 2015-01-281-6/+9
* [ExtractArchive] Fix typoGravatar Walter Purcaro 2015-01-281-2/+2
* [DLC] ImproveGravatar Walter Purcaro 2015-01-271-6/+7
* [ZeveraCom] Detect expired accountGravatar Walter Purcaro 2015-01-271-2/+2
* Update Extractor (again)Gravatar Walter Purcaro 2015-01-275-253/+481
* [ClickAndLoad] Use self.manager instead hookManagerGravatar Walter Purcaro 2015-01-271-4/+4
* [FilerNet] Fix typoGravatar Walter Purcaro 2015-01-271-2/+1
* [ClickAndLoad] Fix create_connection in python 2.5Gravatar Walter Purcaro 2015-01-261-5/+6
* [UploadedTo] Fix https://github.com/pyload/pyload/issues/1069#issuecomment-71...Gravatar Walter Purcaro 2015-01-251-2/+2
* Fix reverted ExtractorGravatar Walter Purcaro 2015-01-252-16/+20
* [ClickAndLoad] Fix bad exceptGravatar Walter Purcaro 2015-01-251-3/+3
* [XFSHoster] Fixed #1078Gravatar stickell 2015-01-251-1/+2
* Revert Extractor to the old one (temp)Gravatar Walter Purcaro 2015-01-254-385/+198
* [DLC] Fix https://github.com/pyload/pyload/issues/1074Gravatar Walter Purcaro 2015-01-251-3/+3
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1073Gravatar Walter Purcaro 2015-01-253-10/+15
* Free XFS Premium chunked downloads.Gravatar stickell 2015-01-241-2/+2
* Spare code improvementsGravatar Walter Purcaro 2015-01-2411-89/+55
* [CaptchaService] Fix typoGravatar Walter Purcaro 2015-01-241-4/+4
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1070Gravatar Walter Purcaro 2015-01-241-7/+6
* [ExtractArchive] Fix encrypted flag initGravatar Walter Purcaro 2015-01-241-2/+2
* [CaptchaService] Fix https://github.com/pyload/pyload/issues/1069Gravatar Walter Purcaro 2015-01-242-32/+37
* [MultihostersCom][PutdriveCom] Fix bad importGravatar Walter Purcaro 2015-01-232-4/+4
* [ClickAndLoad] Improve create_connectionGravatar Walter Purcaro 2015-01-231-32/+46
* Improve container __pattern__Gravatar Walter Purcaro 2015-01-233-6/+6
* [DLC] CleanupGravatar Walter Purcaro 2015-01-231-42/+43
* Merge pull request #1064 from Nippey/patch-1Gravatar Walter Purcaro 2015-01-221-3/+32
|\
| * socket.create_connection is unavailable in Python25Gravatar Nippey 2015-01-221-3/+32
* | Merge pull request #1066 from Schnusch/stableGravatar Walter Purcaro 2015-01-224-0/+69
|\ \
| * | [DLC] Updated DLC decrypterGravatar Lukas 2015-01-224-0/+69
| |/
* | [SimpleDereferer][SimpleHoster] Fix https://github.com/pyload/pyload/issues/1065Gravatar Walter Purcaro 2015-01-222-2/+4
* | Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-2241-115/+122
* | [CaptchaService] Merge together ReCaptcha versionsGravatar Walter Purcaro 2015-01-221-125/+142
* | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1060Gravatar Walter Purcaro 2015-01-221-14/+23
|/
* [UlozTo] Fix setup (thx kmarty)Gravatar Walter Purcaro 2015-01-201-2/+2
* [SimpleHoster] Improve getInfoGravatar Walter Purcaro 2015-01-202-16/+36
* [UlozTo] Fix handlePremium (thx kmarty-cz)Gravatar Walter Purcaro 2015-01-201-6/+7
* [SimpleHoster] Improve downloadLink routineGravatar Walter Purcaro 2015-01-204-10/+10
* Fix plugin filename caseGravatar Walter Purcaro 2015-01-2010-0/+0
* [CaptchaService] Whitespaces cleanupGravatar Walter Purcaro 2015-01-191-25/+25
* Fix COOKIES in XFS internal pluginsGravatar Walter Purcaro 2015-01-193-22/+46
* [Keep2shareCc] Premium supportGravatar Walter Purcaro 2015-01-192-53/+35
* [MultiHoster] Code cosmeticsGravatar Walter Purcaro 2015-01-181-5/+3
* [ZeveraCom] Fix handlePremiumGravatar Walter Purcaro 2015-01-181-2/+2
* [SimpleHoster] Fix fileUrl follow_locationGravatar Walter Purcaro 2015-01-181-5/+5
* [OneFichierCom] Fix handlePremiumGravatar Walter Purcaro 2015-01-181-2/+2
* [SimpleHoster] Fix PREMIUM_ONLY_PATTERN handlingGravatar Walter Purcaro 2015-01-181-2/+2
* [NitroflareCom] Update (2)Gravatar Walter Purcaro 2015-01-181-47/+46
* [NitroflareCom] UpdateGravatar Walter Purcaro 2015-01-181-72/+66
* [CatShareNet] Update (2)Gravatar Walter Purcaro 2015-01-181-9/+5
* [BasePlugin] Fix https://github.com/pyload/pyload/issues/1055Gravatar Walter Purcaro 2015-01-181-2/+2
* Merge pull request #1054 from rukasuzu/patch-1Gravatar Walter Purcaro 2015-01-181-5/+5
|\
| * [CatShareNet] Fixed patternsGravatar rukasuzu 2015-01-181-1/+1
| * [CatShareNet] Fixed patternsGravatar rukasuzu 2015-01-181-4/+4
|/
* [MultiHook] Fix reloadintervalGravatar Walter Purcaro 2015-01-181-2/+2
* [SimpleHoster] Fix typoGravatar Walter Purcaro 2015-01-181-2/+2
* Merge branch 'pr/n1033_sahilshekhawat' into stableGravatar Walter Purcaro 2015-01-181-46/+73
|\
| * Merged with the updated nitroflareGravatar Sahil Shekhawat 2015-01-11219-1946/+2035
| |\
| * | updated nitroflare.com's pluginGravatar Sahil Shekhawat 2015-01-111-36/+54
* | | [BasePlugin][SimpleDereferer] Use SimpleHoster fileUrlGravatar Walter Purcaro 2015-01-182-36/+12
* | | [SimpleHoster] Fix and improve directLink routine (now fileUrl)Gravatar Walter Purcaro 2015-01-181-19/+44
* | | [CatShareNet] UpdateGravatar Walter Purcaro 2015-01-182-32/+23
* | | Merge pull request #1044 from zapp-brannigan/patch-3Gravatar Walter Purcaro 2015-01-181-17/+14
|\ \ \
| * | | [FilecryptCc.py] Added support for ReCaptchaV2Gravatar zapp-brannigan 2015-01-141-17/+14
* | | | Merge pull request #1043 from zapp-brannigan/patch-2Gravatar Walter Purcaro 2015-01-181-37/+135
|\ \ \ \
| * | | | [CaptchaService.py] Added support for ReCaptchaV2Gravatar zapp-brannigan 2015-01-141-37/+135
| |/ / /
* | | | Merge pull request #1052 from rukasuzu/patch-2Gravatar Walter Purcaro 2015-01-181-1/+6
|\ \ \ \
| * | | | [CatShareNet] Added traffic left infoGravatar rukasuzu 2015-01-171-1/+2
| * | | | [CatShareNet] Added traffic left infoGravatar rukasuzu 2015-01-171-1/+5
* | | | | Merge pull request #1051 from rukasuzu/patch-1Gravatar Walter Purcaro 2015-01-181-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [CatShareNet] Added premium account handlerGravatar rukasuzu 2015-01-171-0/+9
|/ / / /
* | | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1045Gravatar Walter Purcaro 2015-01-161-9/+14
* | | | [UpdateManager] Default to check for updates in debug modeGravatar Walter Purcaro 2015-01-161-2/+2
* | | | [ZippyshareCom] Fix https://github.com/pyload/pyload/issues/1049Gravatar Walter Purcaro 2015-01-162-3/+3
* | | | Merge pull request #1050 from radek-senfeld/stableGravatar Walter Purcaro 2015-01-161-1/+1
|\ \ \ \
| * | | | fixed a minor typo (self -> cls)Gravatar Radek Senfeld 2015-01-161-1/+1
|/ / / /
* | | | [LinkdecrypterCom] Improve getCrypters routineGravatar Walter Purcaro 2015-01-161-6/+3
* | | | Fix allDownloadsFinished and allDownloadsProcessed defsGravatar Walter Purcaro 2015-01-164-28/+28
* | | | [SkipRev] Fix https://github.com/pyload/pyload/issues/1048Gravatar Walter Purcaro 2015-01-161-2/+2
|/ / /
* | | [SimpleCrypter] Fix new getLinks routineGravatar Walter Purcaro 2015-01-131-2/+2
* | | [SimpleHoster] Improve error handlingGravatar Walter Purcaro 2015-01-131-17/+9
* | | New plugin: ExashareComGravatar Walter Purcaro 2015-01-132-0/+54
* | | [XFileSharingPro] Update BUILTIN listsGravatar Walter Purcaro 2015-01-132-4/+20
* | | Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-1327-43/+43
* | | [SimpleCrypter] Better account retrievingGravatar Walter Purcaro 2015-01-131-5/+5
* | | [XFSHoster] Auto-resolve HOSTER_DOMAINGravatar Walter Purcaro 2015-01-1325-96/+24
* | | [FileSharkPl] Fix https://github.com/pyload/pyload/issues/1040Gravatar Walter Purcaro 2015-01-131-11/+4
* | | [Keep2shareCc] Fix bad importGravatar Walter Purcaro 2015-01-131-3/+3
* | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1038Gravatar Walter Purcaro 2015-01-131-4/+4
* | | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1039Gravatar Walter Purcaro 2015-01-132-4/+3
* | | [MultiHoster] Revert CHECK_TRAFFIC to FalseGravatar Walter Purcaro 2015-01-132-3/+5
* | | [FilerNet] Code cosmeticsGravatar Walter Purcaro 2015-01-132-7/+5
* | | [MultiHook] Fix DOMAIN_REPLACEMENTS + retry featureGravatar Walter Purcaro 2015-01-131-5/+9
* | | [ClickAndLoad] Fix error "Port already in use"Gravatar Walter Purcaro 2015-01-131-13/+7
* | | [SimpleCrypter] getLinks auto-complete linksGravatar Walter Purcaro 2015-01-132-5/+9
* | | [SimplyPremiumCom] Improve accountGravatar Walter Purcaro 2015-01-121-11/+11
* | | Merge pull request #1037 from EvolutionClip/stableGravatar Walter Purcaro 2015-01-121-3/+3
|\ \ \
| * | | Update SimplyPremiumCom.pyGravatar EvolutionClip 2015-01-121-1/+1
| * | | Update SimplyPremiumCom.pyGravatar EvolutionClip 2015-01-121-3/+3
|/ / /
* | | [SimpleHoster] Fix previous commitGravatar Walter Purcaro 2015-01-111-3/+8
* | | [SkipRev] Fix https://github.com/pyload/pyload/issues/1036Gravatar Walter Purcaro 2015-01-112-5/+5
* | | [ExternalScripts] FixupGravatar Walter Purcaro 2015-01-111-3/+3
* | | Update notify addonsGravatar Walter Purcaro 2015-01-112-45/+116
* | | Fix getAccount in some pluginsGravatar Walter Purcaro 2015-01-116-12/+11
* | | [NitroflareCom] Fix bad importGravatar Walter Purcaro 2015-01-111-2/+2
* | | Merge pull request #1031 from Shuralon/stableGravatar Walter Purcaro 2015-01-113-6/+6
|\ \ \
| * | | [RehostTo] Fix versionGravatar Shuralon 2015-01-111-1/+1
| * | | [RehostTo] FixGravatar Shuralon 2015-01-110-0/+0
| * | | [RehostTo] FixGravatar Shuralon 2015-01-111-3/+0
| * | | [RehostTo] FixGravatar Shuralon 2015-01-111-1/+4
| * | | [RehostTo] FixGravatar Shuralon 2015-01-111-2/+2
| * | | TypoGravatar Shuralon 2015-01-111-2/+2
| | |/ | |/|
* | | [RapiduNet] Fix https://github.com/pyload/pyload/issues/1035Gravatar Walter Purcaro 2015-01-111-2/+2
* | | Merge pull request #1034 from k0ssi/stableGravatar Walter Purcaro 2015-01-111-0/+37
|\ \ \ | |/ / |/| |
| * | AndroidPhoneNotify addedGravatar Steven Kosyra 2015-01-111-0/+37
|/ /
* | Code improvementsGravatar Walter Purcaro 2015-01-104-36/+36
* | [RehostTo] Account fixupGravatar Walter Purcaro 2015-01-101-18/+30
* | Code cosmeticsGravatar Walter Purcaro 2015-01-106-20/+24
* | [MultiHoster] Use content-dispositionGravatar Walter Purcaro 2015-01-101-6/+8
* | [MultiHook] Fix downloadFailed routineGravatar Walter Purcaro 2015-01-101-2/+7
* | [ZeveraCom] ImproveGravatar Walter Purcaro 2015-01-104-13/+21
* | [RehostTo] Fix typo (2)Gravatar Walter Purcaro 2015-01-101-2/+2
* | [RehostTo] Fix typoGravatar Walter Purcaro 2015-01-101-4/+4
* | Improve getInfoGravatar Walter Purcaro 2015-01-107-36/+53
* | [MultiHoster] Fix filename recognitionGravatar Walter Purcaro 2015-01-101-13/+8
* | [RehostTo] Fix https://github.com/pyload/pyload/issues/1009Gravatar Walter Purcaro 2015-01-103-27/+12
* | [MegaCoNz] Fix https://github.com/pyload/pyload/issues/1017 (thx valadrem)Gravatar Walter Purcaro 2015-01-101-3/+2
* | [FilefactoryComFolder] Fix https://github.com/pyload/pyload/issues/961Gravatar Walter Purcaro 2015-01-102-8/+7
* | [RyushareCom] UpdateGravatar Walter Purcaro 2015-01-103-94/+5
* | [PremiumTo] Parse Special TrafficGravatar Walter Purcaro 2015-01-101-3/+3
* | [MegaCoNz][MegaCoNzFolder] Improve __pattern__Gravatar Walter Purcaro 2015-01-102-5/+8
* | [BasePlugin] Bump up versionGravatar Walter Purcaro 2015-01-091-1/+1
* | Merge pull request #1026 from malkavi/patch-1Gravatar Walter Purcaro 2015-01-091-1/+1
|\ \
| * | [BasePlugin] Fix another typoGravatar Ivan 2015-01-091-1/+1
|/ /
* | [SimpleHoster] Fix https://github.com/pyload/pyload/issues/1022Gravatar Walter Purcaro 2015-01-091-4/+5
* | [MultiHook] Fix encoding in _pluginSetGravatar Walter Purcaro 2015-01-091-3/+5
* | [BasePlugin] Fix typoGravatar Walter Purcaro 2015-01-091-4/+4
* | Fix some plugins nameGravatar Walter Purcaro 2015-01-096-18/+18
* | Fix SSL option in some hoster pluginsGravatar Walter Purcaro 2015-01-094-10/+10
* | [SkipRev] Improve file name grabbingGravatar Walter Purcaro 2015-01-091-16/+4
* | [MultiHook] Fix auto-deactivationGravatar Walter Purcaro 2015-01-091-2/+2
* | Spare fixesGravatar Walter Purcaro 2015-01-0915-45/+71
* | [SimpleHoster] Better checkDownload rulesGravatar Walter Purcaro 2015-01-091-1/+1
* | "New Year" Update: hoster pluginsGravatar Walter Purcaro 2015-01-09107-1167/+907
* | "New Year" Update: hook pluginsGravatar Walter Purcaro 2015-01-0828-206/+280
* | "New Year" Update: crypter pluginsGravatar Walter Purcaro 2015-01-085-42/+22
* | "New Year" Update: account pluginsGravatar Walter Purcaro 2015-01-0854-296/+385
* | "New Year" Update: internal pluginsGravatar Walter Purcaro 2015-01-089-125/+197
* | Merge pull request #1013 from smoozed/stableGravatar Walter Purcaro 2015-01-053-0/+168
|\ \
| * | Added multihoster smoozed.comGravatar Smoozed 2015-01-053-0/+168
* | | Merge pull request #1015 from sahilshekhawat/stableGravatar Walter Purcaro 2015-01-051-0/+86
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'stable' of https://github.com/pyload/pyload into stableGravatar Sahil Shekhawat 2015-01-0521-157/+124
| |\ | |/ |/|
* | Spare code improvementsGravatar Walter Purcaro 2015-01-0411-76/+27
* | [PremiumTo] CHECK_TRAFFICGravatar Walter Purcaro 2015-01-041-1/+4
* | [MultiHook] Better account checkGravatar Walter Purcaro 2015-01-041-1/+7
* | [SimpleHoster] Improve checkTrafficLeft routineGravatar Walter Purcaro 2015-01-041-1/+4
* | Improve processCaptcha thread in hook pluginsGravatar Walter Purcaro 2015-01-046-28/+28
* | [ClickAndLoad] UpdatedGravatar Walter Purcaro 2015-01-041-50/+54
| * Created plugin for Nitroflare.comGravatar Sahil Shekhawat 2015-01-051-0/+86
|/
* [DlProtectCom] UpdateGravatar Walter Purcaro 2015-01-041-19/+16
* Merge pull request #1008 from LePastis/patch-1Gravatar Walter Purcaro 2015-01-041-8/+11
|\
| * Update DlProtectCom.pyGravatar LePastis 2015-01-041-8/+11
|/
* [OverLoadMe] Code cosmeticsGravatar Walter Purcaro 2015-01-032-19/+24
* Merge pull request #1005 from marley2013/patch-6Gravatar Walter Purcaro 2015-01-031-3/+3
|\
| * Update OverLoadMe.pyGravatar marley2013 2015-01-031-3/+3
* | Merge pull request #1004 from marley2013/patch-5Gravatar Walter Purcaro 2015-01-031-3/+5
|\ \ | |/ |/|
| * Update OverLoadMe.pyGravatar marley2013 2015-01-031-3/+5
|/
* [MultiHook] Unload if related multihoster account is not availableGravatar Walter Purcaro 2015-01-031-1/+3
* [MultiHoster] Improve info grabbingGravatar Walter Purcaro 2015-01-031-6/+17
* [MegaCoNz] Fix https://github.com/pyload/pyload/issues/367Gravatar Walter Purcaro 2015-01-031-4/+4
* [StreamcloudEu] Fix WAIT_PATTERNGravatar Walter Purcaro 2015-01-031-3/+5
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-025-14/+17
* [SimpleHoster] Fix _isDirectLinkGravatar Walter Purcaro 2015-01-021-19/+24
* [PremiumTo] Don't handle direct linkGravatar Walter Purcaro 2015-01-021-3/+3
* [RehostTo] FixupGravatar Walter Purcaro 2015-01-021-12/+5
* [RelinkUs] Improve unlockPasswordProtectionGravatar Walter Purcaro 2015-01-021-7/+9
* [MultishareCz] Parse download content-dispositionGravatar Walter Purcaro 2015-01-021-8/+6
* Code cosmeticsGravatar Walter Purcaro 2015-01-0214-48/+16
* [MultiHook] Store account typeGravatar Walter Purcaro 2015-01-021-2/+7
* Fix DLC (thx mbosner)Gravatar Walter Purcaro 2015-01-023-0/+0
* [FilecryptCc] Fix handlePasswordProtectionGravatar Walter Purcaro 2015-01-021-3/+5
* [PremiumTo] FixupGravatar Walter Purcaro 2015-01-023-32/+12
* [RapiduNet] Account trafficleftGravatar Walter Purcaro 2015-01-021-1/+7
* [RapiduNet] Fixup (2)Gravatar Walter Purcaro 2015-01-022-37/+49
* [RapiduNet] FixupGravatar Walter Purcaro 2015-01-011-9/+14
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/997Gravatar Walter Purcaro 2015-01-012-40/+8
* [NowVideoSx] Improve __pattern__Gravatar Walter Purcaro 2015-01-011-2/+2
* [NowDownloadSx] Improve __pattern__Gravatar Walter Purcaro 2015-01-011-2/+2
* [ExtractArchive] Fix https://github.com/pyload/pyload/issues/778Gravatar Walter Purcaro 2014-12-311-15/+35
* [SimpleHoster] Fix info stuffGravatar Walter Purcaro 2014-12-311-50/+71
* [MegaCoNz] Fix https://github.com/pyload/pyload/issues/367Gravatar Walter Purcaro 2014-12-311-6/+31
* Tiny code cosmeticsGravatar Walter Purcaro 2014-12-315-5/+5
* Merge pull request #995 from LukasKalbertodt/stableGravatar Walter Purcaro 2014-12-311-1/+1
|\
| * Update RealdebridCom.pyGravatar Lukas Kalbertodt 2014-12-311-1/+1
|/
* [MegaCoNz] Fix https://github.com/pyload/pyload/issues/989Gravatar Walter Purcaro 2014-12-311-8/+10
* Handle methods get pyfile argument (2)Gravatar Walter Purcaro 2014-12-314-14/+14