summaryrefslogtreecommitdiffstats
path: root/module/plugins
Commit message (Expand)AuthorAgeFilesLines
* Handle methods get pyfile argumentGravatar Walter Purcaro 2014-12-315-18/+20
* [SimpleHoster] Clean lastDownload when download failsGravatar Walter Purcaro 2014-12-311-16/+17
* Merge pull request #994 from synweap15/rapideo-multihook-fixGravatar Walter Purcaro 2014-12-301-14/+11
|\
| * transition to multihook fixGravatar synweap15 2014-12-301-14/+11
* | version bumpGravatar synweap15 2014-12-301-1/+1
* | fix MultiHoster to MultiHook transitionGravatar synweap15 2014-12-301-13/+10
|/
* Update some MultiHoster __pattern__Gravatar Walter Purcaro 2014-12-305-10/+10
* [MultiHook] FixupGravatar Walter Purcaro 2014-12-301-14/+15
* [UploadableCh] AccountGravatar gsasch 2014-12-302-6/+34
* [AlldebridCom] Code cosmeticsGravatar Walter Purcaro 2014-12-301-11/+15
* [MegaCoNz] Fixup (2)Gravatar Walter Purcaro 2014-12-301-4/+4
* [MegaCoNz] FixupGravatar Walter Purcaro 2014-12-301-36/+35
* [SimpleHoster] Fix https://github.com/pyload/pyload/issues/983Gravatar Walter Purcaro 2014-12-281-2/+4
* [MegaCoNz] Private file supportGravatar Walter Purcaro 2014-12-281-36/+57
* [ZippyshareCom] TypoGravatar Walter Purcaro 2014-12-281-10/+11
* [LinkCryptWs] Tiny code cosmeticGravatar Walter Purcaro 2014-12-281-2/+3
* Merge pull request #981 from Gummibaer/patch-2Gravatar Walter Purcaro 2014-12-281-5/+4
|\
| * Update LinkCryptWs.pyGravatar Gummibaer 2014-12-271-5/+4
* | [RealdebridCom] Fix __pattern__ (thx titodark)Gravatar Walter Purcaro 2014-12-281-2/+2
* | [SimpleHoster] ImproveGravatar Walter Purcaro 2014-12-282-9/+2
* | [MultiHoster] Filename recognitionGravatar Walter Purcaro 2014-12-281-3/+7
* | [ShareonlineBiz] Account fixup (2)Gravatar Walter Purcaro 2014-12-271-1/+4
|/
* [MegaCoNzFolder] Increase loading timeoutGravatar Walter Purcaro 2014-12-271-1/+5
* [XFSHoster] Code cosmeticsGravatar Walter Purcaro 2014-12-271-5/+5
* [FilecryptCc] ReCaptcha 2.0 supportGravatar Walter Purcaro 2014-12-271-4/+14
* [AlldebridCom] Bump up versionGravatar Walter Purcaro 2014-12-271-1/+1
* [SimpleCrypter][SimpleDereferer] Fail if no link grabbedGravatar Walter Purcaro 2014-12-272-2/+8
* [LinkdecrypterCom] Extend MultiHookGravatar Walter Purcaro 2014-12-272-67/+32
* Update MultiHook based hooksGravatar Walter Purcaro 2014-12-2721-134/+116
* [MultiHook] Crypter supportGravatar Walter Purcaro 2014-12-271-67/+83
* [ShareonlineBiz] Account fixupGravatar Walter Purcaro 2014-12-271-16/+8
* [ZippyshareCom] Fix get_checksum routineGravatar Walter Purcaro 2014-12-271-4/+5
* New plugin: MegaCoNzFolderGravatar Walter Purcaro 2014-12-271-0/+25
* Merge pull request #698 from tjeh/stableGravatar Walter Purcaro 2014-12-273-0/+113
|\
| * Added support for Multihosters.com multihoster.Gravatar tjeh 2014-07-203-0/+113
* | Merge pull request #683 from synweap15/nopremiumGravatar Walter Purcaro 2014-12-273-0/+216
|\ \
| * | New __authors__ key, added __license__Gravatar synweap15 2014-11-033-6/+6
| * | fix to work with python 2.5Gravatar synweap15 2014-09-161-6/+6
| * | newline fixGravatar synweap15 2014-07-091-0/+1
| * | newline fixGravatar synweap15 2014-07-093-5/+1
| * | nopremium link patternGravatar synweap15 2014-07-091-0/+1
| * | remove explicit "is not None"Gravatar synweap15 2014-07-091-1/+1
| * | fail messages localization and dictionaryGravatar synweap15 2014-07-091-26/+18
| * | replace is_premium with direct expressionGravatar synweap15 2014-07-091-2/+1
| * | simplify json loads, replace crypto with hashlibGravatar synweap15 2014-07-093-18/+7
| * | fix json loads, dumps on ImportError exceptionGravatar synweap15 2014-07-093-5/+8
| * | remove blank lines and unused importsGravatar synweap15 2014-07-093-31/+8
| * | remove enviroment lineGravatar synweap15 2014-07-093-3/+0
| * | remove redundant author informationGravatar synweap15 2014-07-083-12/+0
| * | to-do elaborateGravatar synweap15 2014-07-081-1/+1
| * | nopremium.pl files addedGravatar synweap15 2014-07-083-0/+273
* | | Merge pull request #682 from synweap15/rapideoGravatar Walter Purcaro 2014-12-273-0/+213
|\ \ \
| * | | New __authors__ key, added __license__Gravatar synweap15 2014-11-033-6/+6
| * | | fix to work with python 2.5Gravatar synweap15 2014-09-161-6/+6
| * | | fail messages localization and dictionaryGravatar synweap15 2014-07-091-26/+18
| * | | replace is_premium with direct expression, remove explicit "is not None"Gravatar synweap15 2014-07-091-2/+1
| * | | newline fixGravatar synweap15 2014-07-092-0/+2
| * | | simplify json loads, replace crypto with hashlibGravatar synweap15 2014-07-093-19/+5
| * | | remove blank lines and unused importsGravatar synweap15 2014-07-093-22/+9
| * | | remove enviroment lineGravatar synweap15 2014-07-093-14/+0
| * | | remove redundant author informationGravatar synweap15 2014-07-083-11/+0
| * | | to-do & small simplification in username and password savingGravatar synweap15 2014-07-081-3/+3
| * | | rapideo.pl files addedGravatar synweap15 2014-07-083-0/+272
| |/ /
* | | [ShareonlineBiz] Fix account wrong password recognitionGravatar Walter Purcaro 2014-12-271-2/+4
* | | [UlozTo] Improve account loginGravatar Walter Purcaro 2014-12-271-6/+3
* | | More plugin __pattern__ improved (crypter ones this time)Gravatar Walter Purcaro 2014-12-2714-14/+14
* | | [LinkSaveIn] UpdateGravatar Walter Purcaro 2014-12-271-233/+6
* | | [AlldebridCom][RealdebridCom] Fix __pattern__Gravatar Walter Purcaro 2014-12-272-4/+4
* | | Improve a lot of plugin __pattern__Gravatar Walter Purcaro 2014-12-2739-39/+39
* | | [SimplyPremiumCom] FixupGravatar Walter Purcaro 2014-12-271-4/+4
* | | [MegaDebridEu] Improve __pattern__Gravatar Walter Purcaro 2014-12-271-2/+2
* | | Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-278-49/+31
* | | [SimpleHoster] Improve _isDirectLink + move here secondsToMidnight routine + ...Gravatar Walter Purcaro 2014-12-271-16/+39
* | | [Dereferer][DontKnowMe] Extend SimpleDerefererGravatar Walter Purcaro 2014-12-272-30/+9
* | | [Keep2shareCc] Fix login (still no captcha support)Gravatar Walter Purcaro 2014-12-271-3/+6
* | | New plugin: SimpleDerefererGravatar Walter Purcaro 2014-12-271-0/+96
* | | [NowVideoSx] FixupGravatar Walter Purcaro 2014-12-262-8/+8
* | | [LomafileCom] Mark deadGravatar Walter Purcaro 2014-12-262-29/+3
* | | [PremiumTo] FixupGravatar Walter Purcaro 2014-12-264-18/+4
* | | [SimpleHoster] getInfo handle direct link errorGravatar Walter Purcaro 2014-12-262-10/+17
* | | [ShareonlineBiz] Fix loginGravatar Walter Purcaro 2014-12-262-19/+36
* | | Spare code fixesGravatar Walter Purcaro 2014-12-265-19/+22
* | | [AlldebridCom] Fix checkFileGravatar Walter Purcaro 2014-12-261-5/+7
* | | [SimpleHoster] ImproveGravatar Walter Purcaro 2014-12-261-3/+7
* | | [DebridItaliaCom] FixupGravatar Walter Purcaro 2014-12-261-7/+6
* | | [MultiHook] Overwrites account if not premiumGravatar Walter Purcaro 2014-12-261-7/+7
* | | [CloudzillaTo] FixupGravatar Walter Purcaro 2014-12-261-2/+2
* | | [UnSkipOnFail] FixupGravatar Walter Purcaro 2014-12-261-3/+3
* | | [MultiHoster] ImproveGravatar Walter Purcaro 2014-12-261-5/+27
* | | Rename AbstractExtractor to ExtractorGravatar Walter Purcaro 2014-12-264-13/+12
* | | [UnSkipOnFail] Bump up versionGravatar Walter Purcaro 2014-12-251-1/+1
* | | [ClickAndLoad] Revert initPeriodicalGravatar Walter Purcaro 2014-12-251-6/+1
* | | Update UnSkipOnFail.pyGravatar pbr85at 2014-12-251-1/+1
* | | [UnSkipOnFail] Rewritten (2)Gravatar Walter Purcaro 2014-12-241-1/+1
* | | [UnSkipOnFail] RewrittenGravatar Walter Purcaro 2014-12-241-62/+65
* | | [SkipRev] Improve downloadFailed routineGravatar Walter Purcaro 2014-12-241-3/+8
* | | [ExtractArchive] Remove empty directoryGravatar Walter Purcaro 2014-12-243-4/+11
* | | [BitshareCom] Code cosmeticsGravatar Walter Purcaro 2014-12-241-14/+20
* | | [BayfilesCom] Mark deadGravatar Walter Purcaro 2014-12-242-110/+4
* | | Extractor rewritten (2)Gravatar Walter Purcaro 2014-12-241-12/+43
* | | Extractor rewrittenGravatar Walter Purcaro 2014-12-243-139/+272
* | | [SkipRev] TypoGravatar Walter Purcaro 2014-12-231-1/+1
* | | [SkipRev] Now should work fine...Gravatar Walter Purcaro 2014-12-231-14/+35
* | | [MultiHoster] UpdateGravatar Walter Purcaro 2014-12-2318-63/+58
* | | [SimpleHoster] Code cosmeticsGravatar Walter Purcaro 2014-12-231-5/+4
* | | [LinestorageCom] Fix account pluginGravatar Walter Purcaro 2014-12-233-7/+12
* | | [PremiumizeMe] Fix typoGravatar Walter Purcaro 2014-12-231-2/+2
* | | [SimpleHoster] UpdateGravatar Walter Purcaro 2014-12-232-55/+38
* | | [CloudzillaTo] Password supportGravatar Walter Purcaro 2014-12-231-2/+16
* | | New plugin: CloudzillaToFolderGravatar Walter Purcaro 2014-12-231-0/+43
* | | [DebridItaliaCom] Improve password supportGravatar Walter Purcaro 2014-12-231-2/+3
* | | [CloudzillaTo] FixupGravatar Walter Purcaro 2014-12-231-12/+16
* | | [SimpleHoster] Improve multi-hoster featureGravatar Walter Purcaro 2014-12-2310-44/+47
* | | New plugin: MultiHosterGravatar Walter Purcaro 2014-12-2319-296/+105
* | | Rename MultiHoster plugin to MultiHookGravatar Walter Purcaro 2014-12-2321-66/+283
* | | [ExpertDecoders] Fix typo (thx DKeppi)Gravatar Walter Purcaro 2014-12-231-2/+2
* | | [XFSHoster] Improve error handlingGravatar Walter Purcaro 2014-12-231-2/+2
* | | [CloudzillaTo] TypoGravatar Walter Purcaro 2014-12-221-2/+2
* | | New plugin: CloudzillaToGravatar Walter Purcaro 2014-12-222-0/+79
* | | [XFileSharingPro] Support salefiles.comGravatar Walter Purcaro 2014-12-221-4/+32
* | | Spare code cosmeticsGravatar Walter Purcaro 2014-12-2227-80/+81
* | | [UlozTo] Fix TRAFFIC_LEFT_PATTERNGravatar Walter Purcaro 2014-12-222-15/+17
* | | [DebridItaliaCom] Fix chunkLimitGravatar Walter Purcaro 2014-12-221-2/+2
* | | [WebshareCz] Fixed hoster with added accountGravatar Radek Senfeld 2014-12-222-32/+102
* | | [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2014-12-201-2/+7
* | | Fix password retrieving in some pluginsGravatar Walter Purcaro 2014-12-208-48/+54
* | | [AlldebridCom] Syntax fixupGravatar Walter Purcaro 2014-12-191-2/+2
* | | Update extractor pluginsGravatar Walter Purcaro 2014-12-184-67/+68
* | | Update checkFile routine in some hoster pluginsGravatar Walter Purcaro 2014-12-1815-50/+59
* | | Update account pluginsGravatar Walter Purcaro 2014-12-1834-132/+149
* | | [UploadedTo] Fix trafficleft recognitionGravatar Walter Purcaro 2014-12-181-8/+16
* | | [DebridItaliaCom] Fix hoster plugin typoGravatar Walter Purcaro 2014-12-181-3/+3
* | | Update plugins after XFSHoster changesGravatar Walter Purcaro 2014-12-1715-28/+11
* | | [XFSHoster] Improve NAME_PATTERN & SIZE_PATTERNGravatar Walter Purcaro 2014-12-171-3/+3
* | | [LinestorageCom] Added hoster pluginGravatar Walter Purcaro 2014-12-172-2/+23
* | | Extend SimpleHoster in multi-hoster plugins (3)Gravatar Walter Purcaro 2014-12-1719-19/+73
* | | [SimpleHoster] Fix filesize recognitionGravatar Walter Purcaro 2014-12-171-6/+5
* | | Extend SimpleHoster in multi-hoster plugins (2)Gravatar Walter Purcaro 2014-12-1717-17/+17
* | | [DebridItaliaCom] Fix hook getHosterGravatar Walter Purcaro 2014-12-171-3/+2
* | | Extend SimpleHoster in multi-hoster pluginsGravatar Walter Purcaro 2014-12-1719-501/+442
* | | [FilerNet] TypoGravatar Walter Purcaro 2014-12-171-6/+4
* | | Spare code cosmeticsGravatar Walter Purcaro 2014-12-163-14/+15
* | | [SkipRev] Another fixGravatar Walter Purcaro 2014-12-161-3/+3
* | | [SimpleHoster] Improve and fixGravatar Walter Purcaro 2014-12-161-24/+34
* | | [UnZip] Password supportGravatar Walter Purcaro 2014-12-161-5/+15
* | | [XFSHoster] Improve SIZE_PATTERNGravatar Walter Purcaro 2014-12-161-8/+2
* | | [Keep2shareCc] Fix captcha_urlGravatar Walter Purcaro 2014-12-161-5/+3
* | | [UploadableCh] Fixup (thx user01)Gravatar Walter Purcaro 2014-12-161-9/+7
* | | [UnrestrictLi] Fix secondsToMidnight on python 2.5 & 2.6 (2)Gravatar Walter Purcaro 2014-12-161-4/+4
* | | [UnrestrictLi] Fix secondsToMidnight on python 2.5 & 2.6Gravatar Walter Purcaro 2014-12-161-3/+11
* | | Update plugins (2)Gravatar Walter Purcaro 2014-12-166-39/+49
* | | Merge branch 'pr/n959_philou75' into stableGravatar Walter Purcaro 2014-12-162-18/+7
|\ \ \
| * | | Make the waiting time work again on OneFichier.comGravatar philou75 2014-12-122-11/+4
* | | | Update pluginsGravatar Walter Purcaro 2014-12-164-20/+37
* | | | Merge pull request #958 from sebdelsol/patch-2Gravatar Walter Purcaro 2014-12-161-1/+1
|\ \ \ \
| * | | | [SendspaceCom] https linkGravatar sebdelsol 2014-12-121-1/+1
| |/ / /
* | | | Merge pull request #957 from sebdelsol/patch-1Gravatar Walter Purcaro 2014-12-161-2/+1
|\ \ \ \
| * | | | Update ZippyshareCom.pyGravatar sebdelsol 2014-12-121-2/+1
| |/ / /
* | | | Merge pull request #956 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-12-161-4/+10
|\ \ \ \
| * | | | [FilecryptCc.py] Upgrade captcha handlingGravatar zapp-brannigan 2014-12-111-4/+10
| |/ / /
* | | | Merge pull request #951 from Guidobelix/Tus2Gravatar Walter Purcaro 2014-12-161-1/+1
|\ \ \ \
| * | | | [TusfilesNet] Updated OFFLINE_PATTERNGravatar Guidobelix 2014-12-061-1/+1
| |/ / /
* | | | Update plugins after SimpleHoster changesGravatar Walter Purcaro 2014-12-125-32/+25
* | | | Fix missing create_getInfoGravatar Walter Purcaro 2014-12-1233-33/+126
* | | | [SimpleHoster] Remove CONTENT_DISPOSITION + Rename parseInfo to parseInfosGravatar Walter Purcaro 2014-12-121-6/+5
* | | | [RapiduNet] Improve account pluginGravatar Walter Purcaro 2014-12-111-18/+20
* | | | [CaptchaService] New service AdYouLike + AdsCaptcha detect_key fixupGravatar Walter Purcaro 2014-12-102-124/+164
* | | | Spare code cosmeticsGravatar Walter Purcaro 2014-12-0922-141/+168
* | | | Fix __version__ format in some pluginsGravatar Walter Purcaro 2014-12-0951-51/+51
* | | | Don't start unused periodical in some addonsGravatar Walter Purcaro 2014-12-0919-18/+113
* | | | [SkipRev] Update (2)Gravatar Walter Purcaro 2014-12-081-16/+12
* | | | [RestartSlow] New fixed version re-addedGravatar Walter Purcaro 2014-12-081-0/+61
* | | | [SkipRev] Tiny fixupGravatar Walter Purcaro 2014-12-071-5/+6
* | | | [RapidshareCom] Remove (very) old pluginGravatar Walter Purcaro 2014-12-072-283/+0
* | | | Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-0759-118/+157
* | | | Plugin code cosmetics (2)Gravatar Walter Purcaro 2014-12-063-41/+77
* | | | [SkipRev] UpdateGravatar Walter Purcaro 2014-12-061-9/+33
* | | | Plugin code cosmeticsGravatar Walter Purcaro 2014-12-066-24/+20
* | | | [RestartSlow] Temp removedGravatar Walter Purcaro 2014-12-061-39/+0
* | | | [SimpleHoster] Fix multihostGravatar Walter Purcaro 2014-12-061-6/+11
* | | | [XFileSharingPro] Improve regexpGravatar Walter Purcaro 2014-12-061-4/+4
* | | | [MultiHoster] Code cosmeticsGravatar Walter Purcaro 2014-12-061-22/+23
|/ / /
* | | [DebridItaliaCom] Typo fixupGravatar Walter Purcaro 2014-12-061-4/+4
* | | Merge pull request #949 from Guidobelix/Juno2Gravatar Walter Purcaro 2014-12-061-3/+2
|\ \ \
| * | | [JunocloudMe] Fixed patterns and recovered intended behaviourGravatar Guidobelix 2014-12-051-3/+2
* | | | [OboomCom] Traffic size path (temp)Gravatar Walter Purcaro 2014-12-062-7/+7
* | | | [DebridItaliaCom] UpdatedGravatar Walter Purcaro 2014-12-063-39/+45
* | | | Code cosmetics about checkErrorsGravatar Walter Purcaro 2014-12-0511-19/+35
* | | | [DodanePl] Typo fixupGravatar Walter Purcaro 2014-12-051-2/+2
* | | | [FileSharkPl] CleanupGravatar Walter Purcaro 2014-12-051-55/+46
* | | | [RapiduNet] CleanupGravatar Walter Purcaro 2014-12-051-52/+37
* | | | [FileSharkPl] Recovered needed behaviourGravatar prOq 2014-12-051-13/+25
* | | | [RapiduNet] new hoster and account pluginGravatar prOq 2014-12-052-0/+142
* | | | [DodanePl] Mark dead XDGravatar Walter Purcaro 2014-12-051-31/+9
* | | | Initial DodanePl pluginGravatar z00nx 0 2014-12-051-0/+40
* | | | [FilerNet] CleanupGravatar Walter Purcaro 2014-12-051-42/+22
* | | | Fix with statement on old env like python 2.5 (2)Gravatar Walter Purcaro 2014-12-056-9/+15
* | | | [UpdateManager] Fix with statement on old env like python 2.5Gravatar Walter Purcaro 2014-12-051-1/+3
|/ / /
* | | [FastshareCz] CleanupGravatar Walter Purcaro 2014-12-051-38/+29
* | | [premiumTo] Traffic fix (Tib vs. Gib)Gravatar AndroKev 2014-12-041-1/+1