summaryrefslogtreecommitdiffstats
path: root/module/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-2538-41/+41
|
* Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-2552-77/+77
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-2565-122/+68
|
* Fix and improve plugins loggingGravatar Walter Purcaro 2014-10-255-17/+27
|
* Use parseTraffic instead parseFileSize in accountsGravatar Walter Purcaro 2014-10-259-26/+18
|
* Fix error methodGravatar Walter Purcaro 2014-10-233-8/+14
|
* Call error instead fail in some pluginsGravatar Walter Purcaro 2014-10-238-19/+20
|
* [FilefactoryCom] Fix handleFreeGravatar Walter Purcaro 2014-10-231-45/+30
|
* [Keep2shareCC] Fix handleCaptchaGravatar Walter Purcaro 2014-10-231-8/+12
|
* Simplify captcha challenge callsGravatar Walter Purcaro 2014-10-2313-72/+17
|
* [XFSPAccount] Better HOSTER_URLGravatar Walter Purcaro 2014-10-221-2/+2
|
* New hoster plugin FileSharkPlGravatar prOq 2014-10-221-0/+138
|
* Broken TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accountGravatar guidobelix 2014-10-223-8/+5
|
* [CaptchaService] Update ReCaptcha KEY_PATTERNGravatar Walter Purcaro 2014-10-221-3/+3
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-22130-17/+464
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-2219-64/+47
|
* [Keep2shareCC] Fix CAPTCHA_PATTERNGravatar Walter Purcaro 2014-10-221-10/+9
|
* [CaptchaService] Fix KEY_PATTERNGravatar Walter Purcaro 2014-10-221-8/+8
|
* [FilerNet] Revert last revert XDGravatar Walter Purcaro 2014-10-221-13/+6
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-226-6/+6
|
* LoadTo.py] Improve checkDownloadGravatar zapp-brannigan 2014-10-221-2/+5
| | | | | | Sometimes, files are not downloaded properly. You receive a html-page instead of the desired file. It happens mostly on small files, but it isn't reproducable. Restarting the link solves the issue.
* Merge pull request #813 from eerozeteen/patch-1Gravatar Walter Purcaro 2014-10-221-2/+2
|\ | | | | [Captcha9kw] Fix missing brackets
| * Update Captcha9kw.pyGravatar eerozeteen 2014-10-221-2/+2
| | | | | | syntax error, added missing parentheses
* | Improve error method + fix TEXT_ENCODING in SimpleCrypterGravatar Walter Purcaro 2014-10-223-10/+20
|/
* Improve COOKIES parsingGravatar Walter Purcaro 2014-10-222-3/+4
|
* [SimpleCrypter] Fix missing TEXT_ENCODING routineGravatar Walter Purcaro 2014-10-221-2/+5
|
* Remove needless self.htmlGravatar Walter Purcaro 2014-10-219-15/+0
|
* [UpdateManager] MIN_INTERVAL is 6h nowGravatar Walter Purcaro 2014-10-201-2/+2
|
* [MegasharesCom] Fix PASSPORT_RENEW_PATTERNGravatar Walter Purcaro 2014-10-201-9/+13
|
* Preload self.htmlGravatar Walter Purcaro 2014-10-203-18/+12
|
* [Ftp] Improve __pattern__Gravatar Walter Purcaro 2014-10-201-3/+4
|
* [SafelinkingNet] Better way to retrieve passwordGravatar Walter Purcaro 2014-10-201-3/+1
|
* [XFSPAccount] Fixed broken login due missing HOSTER_URLGravatar Walter Purcaro 2014-10-202-4/+32
|
* Tiny code cosmetics in Ftp and Http accountsGravatar Walter Purcaro 2014-10-202-2/+4
|
* Improve log functionsGravatar Walter Purcaro 2014-10-201-5/+8
|
* FixesGravatar Walter Purcaro 2014-10-192-8/+8
|
* Merge pull request #805 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-10-191-1/+1
|\ | | | | [ZippyshareCom.py] Fix FILE_NAME_PATTERN (again)
| * [ZippyshareCom.py] fixed FILE_NAME_PATTERN againGravatar zapp-brannigan 2014-10-191-2/+2
| | | | | | Zippyshare sucks ;)
* | Change some self.req.load to self.loadGravatar Walter Purcaro 2014-10-193-6/+6
| |
* | Update other plugins to support self.errorGravatar Walter Purcaro 2014-10-196-14/+14
| |
* | Improve error methodGravatar Walter Purcaro 2014-10-192-4/+10
| |
* | Update hosters to self.errorGravatar Walter Purcaro 2014-10-1955-172/+172
| |
* | parseError -> error now calls Fail instead ExceptionGravatar Walter Purcaro 2014-10-193-31/+24
| |
* | [UptoboxCom] Fix multiDLGravatar Walter Purcaro 2014-10-191-2/+2
|/
* Fixed logging issue with coords valuesGravatar Walter Purcaro 2014-10-183-5/+39
|
* [RelinkUs] Fix regex errors and str conversionGravatar AndroKev 2014-10-181-12/+33
|
* [RapidgatorNet] Fix process routineGravatar Walter Purcaro 2014-10-181-8/+10
|
* Merge pull request #800 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-10-181-3/+3
|\ | | | | Update PromptfileCom.py
| * Update PromptfileCom.pyGravatar zapp-brannigan 2014-10-161-3/+3
| | | | | | The plugin is out of date. The direct link can not be found.
* | [FilerNet] Revert captcha_keyGravatar Walter Purcaro 2014-10-181-6/+7
| |
* | [XFileSharingPro] Improve hook regexGravatar Walter Purcaro 2014-10-181-2/+2
| |
* | [SimpleCrypter] Fix account routineGravatar Walter Purcaro 2014-10-181-6/+9
| |
* | [XFileSharingPro] FixesGravatar Walter Purcaro 2014-10-183-14/+32
| |
* | [XFileSharingPro][XFileSharingProFolder] Account pairing routineGravatar Walter Purcaro 2014-10-182-6/+25
| |
* | [SimpleCrypter] Fix account associationGravatar Walter Purcaro 2014-10-181-1/+10
| |
* | [HotfileFolderCom] Rename to HotfileComFolderGravatar Walter Purcaro 2014-10-181-2/+2
| |
* | [XFileSharingPro] Fix account __type__Gravatar Walter Purcaro 2014-10-181-3/+3
| |
* | Update accounts to use HOSTER_NAME instead HOSTER_URLGravatar Walter Purcaro 2014-10-1825-25/+25
| |
* | Tiny code cosmeticsGravatar Walter Purcaro 2014-10-182-6/+7
| |
* | Convert some crypters to use XFSPCrypter instead SimpleCrypterGravatar Walter Purcaro 2014-10-184-23/+18
| |
* | New account XFileSharingProGravatar Walter Purcaro 2014-10-181-0/+20
| |
* | [XFSPAccount] Set HOSTER_NAME (instead HOSTER_URL) as the mandatory attributeGravatar Walter Purcaro 2014-10-181-4/+17
| |
* | [XFSPCrypter] Better LINK_PATTERNGravatar Walter Purcaro 2014-10-181-13/+2
| |
* | Fix TRAFFIC_LEFT_PATTERN in RapidfileshareNet and TusfilesNet accountsGravatar Walter Purcaro 2014-10-173-6/+5
| |
* | New accounts LinestorageCom and UploadcComGravatar Walter Purcaro 2014-10-172-0/+32
| |
* | Merge pull request #803 from zapp-brannigan/patch-3Gravatar Walter Purcaro 2014-10-171-2/+2
|\ \ | | | | | | [ZippyshareCom] Fix FILE_NAME_PATTERN
| * | Update ZippyshareCom.pyGravatar zapp-brannigan 2014-10-171-2/+2
| | | | | | | | | | | | | | | The current version can not detect the filename, download is not working: 17.10.2014 16:43:23 DEBUG ZippyshareCom: FILE NAME: <img style="margin-left: 10px;" src="/fileName?key=82680550&size=small" alt="file name"> FILE SIZE: 209998315
* | | [UploadedTo] Improved error handling (thx NETHeader)Gravatar Walter Purcaro 2014-10-171-2/+2
| | |
* | | Spare code cosmeticsGravatar Walter Purcaro 2014-10-175-18/+15
| | |
* | | [XFileSharingPro] Updated to support XFileSharingProFolderGravatar Walter Purcaro 2014-10-171-35/+47
| | |
* | | [SimpleCrypter] Fix missing LINK_PATTERNGravatar Walter Purcaro 2014-10-171-0/+2
| | |
* | | New decrypter XFileSharingProFolderGravatar Walter Purcaro 2014-10-171-0/+22
| | |
* | | New internal plugin XFSPCrypterGravatar Walter Purcaro 2014-10-171-0/+39
|/ /
* / Fix trafficleft size in some account pluginsGravatar Walter Purcaro 2014-10-1611-13/+13
|/
* Merge pull request #799 from Guidobelix/RapidfileshareNetGravatar Walter Purcaro 2014-10-161-2/+3
|\ | | | | [RapidfileshareNet] Improve TRAFFIC_LEFT_PATTERN
| * [RapidfileshareNet] Improve TRAFFIC_LEFT_PATTERNGravatar guidobelix 2014-10-151-2/+3
| | | | | | Improved TRAFFIC_LEFT_PATTERN to be able to read Units, regardless of #798.
* | Sinplified after the improvements to XFSPAccountGravatar guidobelix 2014-10-151-35/+1
|/ | | | modified: module/plugins/accounts/TusfilesNet.py
* [XFSPAccount] Fix TRAFFIC_LEFT_PATTERNGravatar Walter Purcaro 2014-10-151-2/+2
|
* New hoster NowVideoAtGravatar Walter Purcaro 2014-10-152-5/+43
|
* New crypter RapidfileshareNetFolderGravatar guidobelix 2014-10-151-0/+19
|
* New plugin RapidfileshareNet (account + hoster)Gravatar guidobelix 2014-10-152-0/+49
|
* [XFSPAccount] Improve TRAFFIC_LEFT_PATTERNGravatar Walter Purcaro 2014-10-151-5/+14
|
* Improve unit detection in size patternGravatar Walter Purcaro 2014-10-1449-49/+49
|
* [ClickAndLoad] Code cosmeticsGravatar Walter Purcaro 2014-10-141-28/+28
|
* [XFSPHoster] TEXT_ENCODING supportGravatar Walter Purcaro 2014-10-142-4/+4
|
* New crypter JunocloudMeFolderGravatar guidobelix 2014-10-141-0/+20
|
* New plugin JunocloudMe (hoster + account)Gravatar guidobelix 2014-10-142-0/+45
|
* [XFileSharingPro] Fix regexpGravatar Walter Purcaro 2014-10-131-8/+12
|
* [XFileSharingPro] Code cosmetics 2Gravatar Walter Purcaro 2014-10-121-11/+11
|
* [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-121-1/+1
|
* [DeleteFinished] Fix pluginConfigChangedGravatar Walter Purcaro 2014-10-121-2/+12
|
* [XFileSharingPro] Match optionGravatar Walter Purcaro 2014-10-122-33/+51
|
* [YoutubeBatch] Fix API_KEYGravatar Walter Purcaro 2014-10-121-4/+5
|
* [MegaNz] Fix decryptAttrGravatar Walter Purcaro 2014-10-111-4/+7
|
* [XFileSharingPro] Hoster list cleanup + linestorage.comGravatar Walter Purcaro 2014-10-111-20/+7
|
* [CaptchaService] Fix KEY patternGravatar Walter Purcaro 2014-10-111-6/+6
|
* [accounts] Code cosmeticsGravatar Walter Purcaro 2014-10-1150-5/+57
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-1140-56/+56
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-11111-137/+137
|
* Pattern update 1Gravatar Walter Purcaro 2014-10-1175-95/+93
|
* [FileshareInUa] Mark deadGravatar Walter Purcaro 2014-10-112-72/+6
|
* New crypter SexuriaComGravatar NETHeader 2014-10-111-0/+102
|
* [CatShareNet] Account supportGravatar Walter Purcaro 2014-10-112-3/+59
|
* Update OverLoadMe.pyGravatar marley2013 2014-10-101-2/+2
|
* [CaptchaService] Fix ReCaptcha KEY patternGravatar Walter Purcaro 2014-10-101-4/+4
|
* [FiredriveComFolder] Mark deadGravatar Walter Purcaro 2014-10-101-17/+3
|
* [FiredriveCom][SockshareCom] Mark deadGravatar Walter Purcaro 2014-10-102-111/+6
|
* [XFSPHoster] Update LINK_PATTERNGravatar Walter Purcaro 2014-10-101-3/+3
|
* [EasybytezCom] Update LINK_PATTERNGravatar Walter Purcaro 2014-10-101-2/+2
|
* ShareRapidCom -> MegaRapidCzGravatar Walter Purcaro 2014-10-094-23/+23
|
* Newline cosmeticsGravatar Walter Purcaro 2014-10-085-2/+10
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-08383-0/+386
|
* Fix previous plugins updateGravatar Walter Purcaro 2014-10-0821-42/+42
|
* [XFileSharingPro] RestoreGravatar Walter Purcaro 2014-10-083-16/+36
|
* Update plugins XFileSharingPro basedGravatar Walter Purcaro 2014-10-0821-63/+63
|
* [XFileSharingPro] Rename to XFSPHosterGravatar Walter Purcaro 2014-10-081-4/+4
|
* [XFSPAccount] Fix missing COOKIE typecheckGravatar Walter Purcaro 2014-10-081-2/+3
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-07382-778/+683
| | | | Whitespaces and EOF fixup
* [SimpleCrypter][SimpleHoster] Better exception handlingGravatar Walter Purcaro 2014-10-072-21/+28
|
* Marked some hosters as deadGravatar Walter Purcaro 2014-10-076-51/+18
|
* Bunch of account plugins XFSPAccount basedGravatar Walter Purcaro 2014-10-0711-0/+176
|
* Code cosmetics on some account pluginsGravatar Walter Purcaro 2014-10-078-13/+14
|
* [EasybytezCom] Now XFSPAccount plugin basedGravatar Walter Purcaro 2014-10-071-20/+7
|
* [TusfilesNet] Now XFSPAccount plugin basedGravatar Walter Purcaro 2014-10-071-18/+7
|
* [XFileSharingPro] Code cosmeticsGravatar Walter Purcaro 2014-10-072-13/+13
|
* [XFSPAccount] Improve loadAccountInfoGravatar Walter Purcaro 2014-10-071-15/+34
|
* [PandaPlaNet] Mark deadGravatar Walter Purcaro 2014-10-072-28/+18
|
* [OboomCom] Fix connection limit error (thx Efcis)Gravatar Walter Purcaro 2014-10-061-2/+6
|
* Update SimpleCrypter based pluginsGravatar Walter Purcaro 2014-10-0620-43/+43
|
* [SimpleCrypter] Improve patternsGravatar Walter Purcaro 2014-10-061-8/+10
|
* [SimpleHoster] Better filename processing + info about new pattern attributesGravatar Walter Purcaro 2014-10-061-2/+8
|
* [CaptchaService] Restore req.loadGravatar Walter Purcaro 2014-10-061-3/+3
|
* [LomafileCom] Premium support + updated patternsGravatar Walter Purcaro 2014-10-062-52/+39
|
* [XFSPAccount] Improve patternsGravatar Walter Purcaro 2014-10-061-13/+15
|
* [DevhostStFolder] Folder-in-folder supportGravatar Walter Purcaro 2014-10-062-8/+31
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-0510-18/+17
|
* [SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and ↵Gravatar Walter Purcaro 2014-10-051-3/+27
| | | | LINK_PREMIUM_PATTERN
* New hoster plugin FilepupNetGravatar Walter Purcaro 2014-10-051-0/+50
|
* [MegasharesCom] Update patternsGravatar igel-kun 2014-10-051-13/+16
|
* Fix pillow import headerGravatar Walter Purcaro 2014-10-053-7/+15
|
* Remove old Ev0InFetcher hookGravatar Walter Purcaro 2014-10-051-80/+0
|
* [HotfileFolderCom] Fix broken __pattern__ (thx zapp-brannigan)Gravatar Walter Purcaro 2014-10-051-2/+2
|
* [XFSPAccount] COOKIES attribute supportGravatar Walter Purcaro 2014-10-058-21/+27
|
* Spare code fixes about COOKIESGravatar Walter Purcaro 2014-10-053-9/+22
|
* Use load instead req.load in all crypters and CaptchaServiceGravatar Walter Purcaro 2014-10-054-10/+10
|
* [LinkSaveIn] Now SimpleCrypter basedGravatar Walter Purcaro 2014-10-051-5/+21
|
* Remove some dead accountsGravatar Walter Purcaro 2014-10-053-153/+0
|
* Better import lib headerGravatar Walter Purcaro 2014-10-056-14/+9
|
* Spare __pattern__ cosmeticsGravatar Walter Purcaro 2014-10-043-4/+4
|
* [HotfileFolderCom] Mark deadGravatar Walter Purcaro 2014-10-041-19/+4
|
* [EgoFilesCom] Mark deadGravatar Walter Purcaro 2014-10-041-80/+4
|
* Fix broken plugins after SH_COOKIES -> COOKIESGravatar Walter Purcaro 2014-10-043-4/+4
|
* [OboomCom] Fix account loginGravatar Walter Purcaro 2014-10-043-23/+34
|
* [Dev-Host] Improve patterns a bitGravatar Walter Purcaro 2014-10-031-2/+2
|
* [Dev-Host] Folder support (partially)Gravatar zapp-brannigan 2014-10-031-0/+29
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-034-17/+11
|
* [CaptchaService] Fix typoGravatar Walter Purcaro 2014-10-031-16/+25
|
* [CaptchaService] Fix code indentation typoGravatar Walter Purcaro 2014-10-031-2/+2
|
* [OboomCom] Revert captcha changesGravatar Walter Purcaro 2014-10-031-22/+28
|
* Update plugins after CaptchaService and XFileSharingPro changesGravatar Walter Purcaro 2014-10-0330-109/+123
|
* [MovReelCom] Fixed LINK_PATTERNGravatar Walter Purcaro 2014-10-031-4/+5
|
* [XFileSharingPro] TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-10-031-0/+1
|
* [XFileSharingPro] Captcha refactoring + pattern improvementGravatar Walter Purcaro 2014-10-031-33/+40
|
* [CaptchaService] ImprovedGravatar Walter Purcaro 2014-10-031-35/+134
|
* Fix captcha import of OCR classGravatar Walter Purcaro 2014-10-024-4/+4
|
* [OneFichierCom] Fix waiting againGravatar Walter Purcaro 2014-10-021-3/+3
|
* [OneFichierCom] Fix typoGravatar Walter Purcaro 2014-10-011-7/+7
|
* [OneFichierCom] Bump version numberGravatar Walter Purcaro 2014-10-011-3/+2
|
* [OneFichierCom] Fixed wait pattern + code optimizationsGravatar Walter Purcaro 2014-10-012-36/+31
|
* [CatShareNet] Fixed and improvedGravatar Walter Purcaro 2014-09-291-4/+11
|
* [XFileSharingPro] Fixed typoGravatar Walter Purcaro 2014-09-281-2/+2
|
* [SpeedyshareCom] Code cleanupGravatar Walter Purcaro 2014-09-283-23/+33
|
* New hoster DropboxComGravatar zapp-brannigan 2014-09-281-0/+42
|
* New hoster Dev-HostGravatar zapp-brannigan 2014-09-281-0/+48
|
* Cleaned-up XFileSharingPro based pluginsGravatar Walter Purcaro 2014-09-2818-39/+39
|
* [DeadHoster] Improve getInfo + two hosters mark deadGravatar Walter Purcaro 2014-09-283-38/+9
|
* Prepare method improves setup oneGravatar Walter Purcaro 2014-09-283-23/+32
|
* [XFileSharingPro] COOKIES preset to english + improved setup routineGravatar Walter Purcaro 2014-09-287-27/+32
|
* [UptoboxCom] MultiDL supportGravatar Walter Purcaro 2014-09-281-40/+7
|
* [CatShareNet] Increase version numberGravatar Walter Purcaro 2014-09-281-1/+1
|
* [CatShareNet] Fixup 2Gravatar Walter Purcaro 2014-09-281-2/+2
|
* [CatShareNet] FixupGravatar Walter Purcaro 2014-09-282-22/+22
|
* [ZippyshareCom] Fix alternative checksum typeGravatar Walter Purcaro 2014-09-272-15/+26
|
* [KingfilesNet] Better SOLVEMEDIA_PATTERNGravatar Walter Purcaro 2014-09-271-3/+3
|
* New hoster KingfilesNetGravatar Walter Purcaro 2014-09-271-0/+93
|
* [FiredriveCom] Fix TEMP_OFFLINE_PATTERNGravatar Walter Purcaro 2014-09-272-2/+4
|
* [CatShareNet] Fix missing recaptchaGravatar Walter Purcaro 2014-09-271-1/+2
|
* [CatShareNet] Plugin rewrittenGravatar prOq 2014-09-272-19/+32
|
* [UnRar] Fix import errorGravatar Walter Purcaro 2014-09-271-2/+2
|
* Remove old, not working, SerienjunkiesOrg crypter.Gravatar Walter Purcaro 2014-09-271-324/+0
| | | | Warez plugin are not allowed.
* Logging string cosmeticsGravatar Walter Purcaro 2014-09-2785-264/+192
|
* Better dead plugin fallbackGravatar Walter Purcaro 2014-09-262-6/+8
|
* [MultiuploadCom] Mark deadGravatar Walter Purcaro 2014-09-261-54/+5
|
* [LomafileCom] range -> xrangeGravatar Walter Purcaro 2014-09-261-1/+1
|
* [TurbobitNet] Fixed some patternsGravatar prOq 2014-09-261-20/+31
|
* [CaptchaService] Fix ReCaptcha key recognitionGravatar Walter Purcaro 2014-09-261-5/+11
| | | | Fix: https://github.com/pyload/pyload/issues/751
* Rename SH flagsGravatar Walter Purcaro 2014-09-2619-38/+38
|
* Fix cookie deletion + Account support for SimpleCrypterGravatar Walter Purcaro 2014-09-264-17/+39
| | | | Fix: https://github.com/pyload/pyload/issues/749
* Remove ReCaptchaGravatar Walter Purcaro 2014-09-261-24/+0
|
* [TusfilesNet] Added support for Premium usersGravatar Walter Purcaro 2014-09-262-4/+77
| | | | https://github.com/pyload/pyload/pull/755