summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
Commit message (Collapse)AuthorAgeFilesLines
* Tiny code cosmeticsGravatar Walter Purcaro 2015-03-262-8/+8
|
* __config__ cosmeticsGravatar Walter Purcaro 2015-03-2560-117/+148
|
* [DevhostStFolder] FixupGravatar Walter Purcaro 2015-03-201-11/+19
|
* Import cleanup for datetime and time modulesGravatar Walter Purcaro 2015-03-141-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-104-13/+11
|
* [DDLMusicOrg] RemovedGravatar Walter Purcaro 2015-03-101-51/+0
|
* [MultiHook] Fix _pluginSet (fix LinkdecrypterCom issue)Gravatar Walter Purcaro 2015-03-101-4/+1
|
* [DailymotionBatch][YoutubeBatch] RenamedGravatar Walter Purcaro 2015-03-062-4/+4
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-087-16/+12
|
* [MegaCoNzFolder] FixupGravatar Walter Purcaro 2015-02-031-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-318-37/+16
|
* Some file encoding fixup + optimizationsGravatar Walter Purcaro 2015-01-291-2/+3
|
* Spare code improvementsGravatar Walter Purcaro 2015-01-242-10/+2
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-225-19/+25
|
* Fix plugin filename caseGravatar Walter Purcaro 2015-01-203-0/+0
|
* [FilecryptCc.py] Added support for ReCaptchaV2Gravatar zapp-brannigan 2015-01-141-17/+14
| | | Fix for https://github.com/pyload/pyload/issues/976
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-136-7/+7
|
* [XFSHoster] Auto-resolve HOSTER_DOMAINGravatar Walter Purcaro 2015-01-134-50/+0
|
* [FilerNet] Code cosmeticsGravatar Walter Purcaro 2015-01-131-5/+3
|
* [FilefactoryComFolder] Fix https://github.com/pyload/pyload/issues/961Gravatar Walter Purcaro 2015-01-101-6/+6
|
* [MegaCoNz][MegaCoNzFolder] Improve __pattern__Gravatar Walter Purcaro 2015-01-101-3/+6
|
* Fix some plugins nameGravatar Walter Purcaro 2015-01-092-6/+6
|
* Spare fixesGravatar Walter Purcaro 2015-01-093-5/+6
|
* "New Year" Update: crypter pluginsGravatar Walter Purcaro 2015-01-085-42/+22
|
* Spare code improvementsGravatar Walter Purcaro 2015-01-041-1/+1
|
* [DlProtectCom] UpdateGravatar Walter Purcaro 2015-01-041-19/+16
|
* Update DlProtectCom.pyGravatar LePastis 2015-01-041-8/+11
| | | | | | | | | | | | Hello Frist, I'm a French guy so sorry for my English. I have made some fix for the DlProtect crypter : - Remove '>' at the start of string to search in the html page - Chage field name on form - Add a loop to wait 'Continue' button on the form. I stay 1 bug, because for me the message was in French in the page ('Please click on continue to see the content' => 'Cliquez sur continuer pour voir le(s) lien(s)'). I don't not how to manage multi-language in the crypter.
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-022-3/+3
|
* [RelinkUs] Improve unlockPasswordProtectionGravatar Walter Purcaro 2015-01-021-7/+9
|
* [FilecryptCc] Fix handlePasswordProtectionGravatar Walter Purcaro 2015-01-021-3/+5
|
* Handle methods get pyfile argumentGravatar Walter Purcaro 2014-12-311-2/+2
|
* [LinkCryptWs] Tiny code cosmeticGravatar Walter Purcaro 2014-12-281-2/+3
|
* Update LinkCryptWs.pyGravatar Gummibaer 2014-12-271-5/+4
| | | key captcha recognition improved (works faster)
* [MegaCoNzFolder] Increase loading timeoutGravatar Walter Purcaro 2014-12-271-1/+5
|
* [FilecryptCc] ReCaptcha 2.0 supportGravatar Walter Purcaro 2014-12-271-4/+14
|
* [LinkdecrypterCom] Extend MultiHookGravatar Walter Purcaro 2014-12-271-16/+19
|
* New plugin: MegaCoNzFolderGravatar Walter Purcaro 2014-12-271-0/+25
|
* 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
|
* [Dereferer][DontKnowMe] Extend SimpleDerefererGravatar Walter Purcaro 2014-12-272-30/+9
|
* New plugin: CloudzillaToFolderGravatar Walter Purcaro 2014-12-231-0/+43
|
* [SimpleHoster] Improve multi-hoster featureGravatar Walter Purcaro 2014-12-231-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-12-2211-26/+26
|
* Update pluginsGravatar Walter Purcaro 2014-12-161-13/+29
|
* Merge pull request #956 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2014-12-161-4/+10
|\ | | | | [FilecryptCc.py] Upgrade captcha handling
| * [FilecryptCc.py] Upgrade captcha handlingGravatar zapp-brannigan 2014-12-111-4/+10
| | | | | | Added support for "click the open circle" captchas.
* | Fix missing create_getInfoGravatar Walter Purcaro 2014-12-1230-30/+120
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2014-12-094-15/+24
| |
* | Fix __version__ format in some pluginsGravatar Walter Purcaro 2014-12-0916-16/+16
| |
* | Plugin code cosmetics (3)Gravatar Walter Purcaro 2014-12-071-2/+4
|/
* Fix with statement on old env like python 2.5 (2)Gravatar Walter Purcaro 2014-12-051-1/+3
|
* Go4Up -> Go4UpComGravatar Walter Purcaro 2014-12-041-4/+7
|
* New crypter Go4UpGravatar Walter Purcaro 2014-12-041-0/+46
|
* [NetloadIn] Syntax fixupGravatar Walter Purcaro 2014-12-031-1/+1
|
* Fix Error [LinkCryptWs.py]Gravatar Gummibaer 2014-11-261-3/+4
| | | Error: global name 'pyfile' is not defined
* Fix some URL_REPLACEMENTSGravatar Walter Purcaro 2014-11-231-2/+2
|
* Fix missing create_getInfo in dead cryptersGravatar Walter Purcaro 2014-11-2323-23/+89
|
* [FilecryptCc] Tiny fixupGravatar jojo141185 2014-11-221-2/+2
|
* Fix cookie domainGravatar Walter Purcaro 2014-11-212-2/+2
|
* [FilecryptCc] Code improvementsGravatar Walter Purcaro 2014-11-211-41/+24
|
* New crypter FilecryptCcGravatar zapp-brannigan 2014-11-201-0/+165
|
* [LinkCryptWs] Fix (thx NETHeader)Gravatar Walter Purcaro 2014-11-201-40/+25
|
* [LinkCryptWs] Fix typoGravatar Walter Purcaro 2014-11-151-5/+3
|
* Re-add some dead cryptersGravatar Walter Purcaro 2014-11-104-0/+60
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-107-29/+41
|
* New crypter LinkCryptWsGravatar Walter Purcaro 2014-11-091-0/+343
|
* Use with statement instead open method when accessing fod + handle i/o errorGravatar Walter Purcaro 2014-11-091-4/+3
|
* Fix download link formatting in some pluginsGravatar Walter Purcaro 2014-11-072-10/+8
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-061-1/+1
|
* Code cosmetics about file_info and other stuffGravatar Walter Purcaro 2014-11-031-1/+1
|
* Update cryptersGravatar Walter Purcaro 2014-11-0320-68/+47
|
* Update all other pluginsGravatar Walter Purcaro 2014-11-0222-52/+52
|
* [XFileSharingPro] Fix hoster and crypter pluginsGravatar Walter Purcaro 2014-11-021-11/+22
|
* [DuploadOrgFolder] Mark deadGravatar Walter Purcaro 2014-10-281-9/+5
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-2876-319/+319
|
* Update plugins to last changesGravatar Walter Purcaro 2014-10-281-6/+2
|
* Code cosmetics: items() -> iteritems()Gravatar Walter Purcaro 2014-10-281-1/+1
|
* Update __config__Gravatar Walter Purcaro 2014-10-2876-5/+139
|
* Code cosmeticsGravatar Walter Purcaro 2014-10-2714-36/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-271-2/+6
|
* Extend translation support in plugins + a lot of code cosmetics and typo fixesGravatar Walter Purcaro 2014-10-2628-53/+53
|
* Avoid gettext conflict due variable `_`Gravatar Walter Purcaro 2014-10-252-2/+2
|
* Replace single quotes with doubles in self.error and self.fail msgGravatar Walter Purcaro 2014-10-2519-20/+20
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-2514-28/+23
|
* Call error instead fail in some pluginsGravatar Walter Purcaro 2014-10-233-4/+4
|
* Two space before function declarationGravatar Walter Purcaro 2014-10-2211-9/+26
|
* Remove needless self.htmlGravatar Walter Purcaro 2014-10-216-9/+0
|
* [SafelinkingNet] Better way to retrieve passwordGravatar Walter Purcaro 2014-10-201-3/+1
|
* Update other plugins to support self.errorGravatar Walter Purcaro 2014-10-192-3/+3
|
* Fixed logging issue with coords valuesGravatar Walter Purcaro 2014-10-182-4/+38
|
* [RelinkUs] Fix regex errors and str conversionGravatar AndroKev 2014-10-181-12/+33
|
* [XFileSharingPro] FixesGravatar Walter Purcaro 2014-10-181-5/+9
|
* [XFileSharingPro][XFileSharingProFolder] Account pairing routineGravatar Walter Purcaro 2014-10-181-2/+10
|
* [HotfileFolderCom] Rename to HotfileComFolderGravatar Walter Purcaro 2014-10-181-2/+2
|
* Convert some crypters to use XFSPCrypter instead SimpleCrypterGravatar Walter Purcaro 2014-10-184-23/+18
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-172-2/+2
|
* New decrypter XFileSharingProFolderGravatar Walter Purcaro 2014-10-171-0/+22
|
* New crypter RapidfileshareNetFolderGravatar guidobelix 2014-10-151-0/+19
|
* New crypter JunocloudMeFolderGravatar guidobelix 2014-10-141-0/+20
|
* [YoutubeBatch] Fix API_KEYGravatar Walter Purcaro 2014-10-121-4/+5
|
* Pattern update 3Gravatar Walter Purcaro 2014-10-118-10/+10
|
* Pattern update 2Gravatar Walter Purcaro 2014-10-1133-36/+36
|
* Pattern update 1Gravatar Walter Purcaro 2014-10-117-7/+7
|
* [FileshareInUa] Mark deadGravatar Walter Purcaro 2014-10-111-1/+1
|
* New crypter SexuriaComGravatar NETHeader 2014-10-111-0/+102
|
* [FiredriveComFolder] Mark deadGravatar Walter Purcaro 2014-10-101-17/+3
|
* ShareRapidCom -> MegaRapidCzGravatar Walter Purcaro 2014-10-092-18/+18
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-0872-0/+72
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-0772-144/+127
| | | | Whitespaces and EOF fixup
* Update SimpleCrypter based pluginsGravatar Walter Purcaro 2014-10-0620-43/+43
|
* [DevhostStFolder] Folder-in-folder supportGravatar Walter Purcaro 2014-10-061-5/+28
|
* Spare code cosmeticsGravatar Walter Purcaro 2014-10-052-2/+2
|
* [HotfileFolderCom] Fix broken __pattern__ (thx zapp-brannigan)Gravatar Walter Purcaro 2014-10-051-2/+2
|
* Use load instead req.load in all crypters and CaptchaServiceGravatar Walter Purcaro 2014-10-053-7/+7
|
* [LinkSaveIn] Now SimpleCrypter basedGravatar Walter Purcaro 2014-10-051-5/+21
|
* Better import lib headerGravatar Walter Purcaro 2014-10-053-10/+5
|
* Spare __pattern__ cosmeticsGravatar Walter Purcaro 2014-10-041-2/+2
|
* [HotfileFolderCom] Mark deadGravatar Walter Purcaro 2014-10-041-19/+4
|
* [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
|
* 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-2713-19/+19
|
* [MultiuploadCom] Mark deadGravatar Walter Purcaro 2014-09-261-54/+5
|
* Rename SH flagsGravatar Walter Purcaro 2014-09-261-1/+1
|
* Fix cookie deletion + Account support for SimpleCrypterGravatar Walter Purcaro 2014-09-261-1/+4
| | | | Fix: https://github.com/pyload/pyload/issues/749
* New crypter UploadableChFolderGravatar Walter Purcaro 2014-09-041-0/+21
|
* [DdlstorageCom] Mark deadGravatar Walter Purcaro 2014-08-291-5/+6
|
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-0171-432/+96
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict keyGravatar Walter Purcaro 2014-08-011-1/+1
|
* Store all re.search/match object as "m" instead "found"Gravatar Walter Purcaro 2014-07-2010-60/+60
|
* Fix and improve 5060e4c6374a5116d0d8b02528f910f8c5f8bcf9Gravatar Walter Purcaro 2014-07-2013-33/+33
|
* Prefer self.urls and self.packages for adding linksGravatar Walter Purcaro 2014-07-1624-96/+55
|
* [StealthTo] Mark deadGravatar Walter Purcaro 2014-07-151-40/+4
|
* Key attributes cleanup for account, container and crypter pluginsGravatar Walter Purcaro 2014-07-1571-89/+282
|
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-1511-75/+75
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-1515-35/+22
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Removed all @author flags + key attributes cleanup for internal & hooks pluginsGravatar Walter Purcaro 2014-07-1511-18/+4
|
* Use parseError instead PluginParseError + unified all download pattern ↵Gravatar Walter Purcaro 2014-07-1012-26/+28
| | | | attributes as LINK_PATTERN + removed some old patterns (not used anymore) + other code cosmetics
* New crypter FilecloudIoFolderGravatar Walter Purcaro 2014-07-081-0/+30
|
* New crypter FiredriveComFolderGravatar Walter Purcaro 2014-07-071-0/+39
|
* [YoutubeBatch] Little pattern fixupGravatar Walter Purcaro 2014-07-051-1/+1
|
* [ImgurComAlbum] Added www and mobile to patternGravatar nathschwarz 2014-07-051-2/+2
|
* [ShareLinksBiz] Fix broken pattern due last updateGravatar Walter Purcaro 2014-07-051-1/+1
|
* [SimpleCrypter] Better inline docs + support for offline & temp.offline checkGravatar Walter Purcaro 2014-07-052-4/+4
|
* New hoster: VimeoComGravatar Walter Purcaro 2014-07-051-30/+0
|
* Cleaned ShareLinksBiz pattern + better if-check for RSDF pluginGravatar Walter Purcaro 2014-07-051-2/+2
|
* [FilefactoryComFolder] RewrittenGravatar Stefano 2014-07-021-35/+12
| | | | Fixes #648
* [FilerNetFolder] New crypterGravatar Stefano 2014-07-011-0/+19
| | | | See also #660
* [ImgurComAlbum] new crypterGravatar nath_schwarz 2014-06-301-0/+21
|
* Czshare renamed to SdilejGravatar BlackSmith 2014-04-181-3/+3
| | | | Merges #584
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-1162-62/+62
| | | | Merges vuolter/pyload@dfcdf7b
* Use pyfile instead self.pyfileGravatar Walter Purcaro 2014-04-1123-42/+42
| | | | Merges vuolter/pyload@b7f6e2e
* Fix __pattern__ wwwGravatar Walter Purcaro 2014-04-1138-40/+40
| | | | Merges vuolter/pyload@d3be840
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-1128-25/+5
| | | | Merges vuolter/pyload@aa7b3f9
* Remove shebang #!/usr/bin/env pythonGravatar Walter Purcaro 2014-04-119-9/+9
| | | | Merges vuolter/pyload@1387ded
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-118-9/+9
| | | | Merges vuolter/pyload@9117005
* Fix EOFGravatar Walter Purcaro 2014-04-114-4/+3
| | | | Merges vuolter/pyload@00052b2
* Fix __config__Gravatar Walter Purcaro 2014-04-112-13/+11
| | | | Merges vuolter/pyload@83ff313
* Fix __type__ for cryptersGravatar Walter Purcaro 2014-04-1116-15/+40
| | | | Merges vuolter/pyload@48af9ab
* Replace range with xrangeGravatar Walter Purcaro 2014-04-115-5/+5
| | | | Merges vuolter/pyload@a50c8ff
* Change Solvmedia to SolvemediaGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@528ffe0
* Fix __description__Gravatar Walter Purcaro 2014-04-1164-65/+64
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-1154-103/+106
| | | | Merges vuolter/pyload@6c57a37
* Crypter: TurbobitNetFolder: Improved _getLinks recursionGravatar Walter Purcaro 2014-04-111-32/+28
| | | | Merges vuolter/pyload@0497f62
* Merge pull request #488 from vuolter/s/crypter/MultiupOrgGravatar Stefano 2014-03-291-0/+49
|\ | | | | | | New crypter: MultiUpOrg Resolves #487
| * New crypter MultiUpOrgGravatar Walter Purcaro 2014-02-231-0/+49
| |
* | Filestube: patterns updatedGravatar Stefano 2014-03-191-3/+3
| | | | | | | | Resolves #543 and #497
* | New crypter: TusfilesNetFolderGravatar Stefano 2014-03-121-0/+54
| | | | | | | | Merges #520
* | New crypter: DlProtectComGravatar Stefano 2014-03-071-0/+75
| | | | | | | | | | Merged #492 Resolves: #273
* | New hoster NosuploadComGravatar igel-kun 2014-03-071-0/+13
|/ | | | | New crypter NosvideoCom Merged #496
* Filestube: version increase after 4c02adf00b8a7d6abcd2467eaff512f5780c4d7dGravatar Stefano 2014-01-171-1/+1
|
* Update FilestubeCom.pyGravatar igel-kun 2014-01-161-1/+1
|
* New crypter: DailymotionBatchGravatar Walter Purcaro 2014-01-151-0/+111
| | | | Meges #469
* YoutubeBatch: Completed rewritingGravatar Walter Purcaro 2014-01-151-65/+101
| | | | | Fixes #458 Merges #479
* TurbobitNetFolder: fixed #471Gravatar Stefano 2014-01-111-22/+17
| | | | Merged with fixes #472
* New crypter: TnyCzGravatar Walter Purcaro 2014-01-101-0/+38
| | | | Merged #466
* EasybytezComFolder: fixed #436Gravatar Stefano 2013-12-141-7/+3
|
* New Crypter: SafelinkingNetGravatar quareevo 2013-12-061-0/+80
| | | | Merged #376
* Merge pull request #412 from vuolter/s/crypter/EasybytezComFolderGravatar Stefano 2013-11-251-2/+4
|\ | | | | EasybytezComFolder: Fixed bad url processing (result in SimpleCrypter update)
| * Crypter: EasybytezComFolder: Fixed (thx stickell)Gravatar Walter Purcaro 2013-11-231-2/+2
| |
| * Crypter: EasybytezComFolder: Fixed bad url processing (result in ↵Gravatar Walter Purcaro 2013-11-231-2/+4
| | | | | | | | SimpleCrypter update)
* | YoutubeBatch: log video links only if availableGravatar Walter Purcaro 2013-11-161-1/+2
| |
* | Crypter: YoutubeBatch rewrittenGravatar Walter Purcaro 2013-11-161-19/+89
|/
* New crypter: FreetexthostComGravatar Stefano 2013-11-011-0/+37
| | | | Requested in #360
* New crypter: PastebinComGravatar Stefano 2013-11-011-0/+31
| | | | Requested in #361
* New hoster and folder: DuploadOrgGravatar Stefano 2013-10-271-0/+30
|
* NCryptIn: better folder name detectGravatar Stefano 2013-10-231-28/+28
| | | | + cosmetics
* Merge pull request #336 from fragonib/stableGravatar Stefano 2013-10-231-94/+131
|\ | | | | Updated NCryptIn.py
| * Update NCryptIn.pyGravatar fragonib 2013-10-191-94/+131
| | | | | | NCryptIn: Improved link source management
* | EasybytezComFolder: stickell tipGravatar Walter Purcaro 2013-10-201-1/+1
| |
* | EasybytezComFolder: better namingGravatar Walter Purcaro 2013-10-201-2/+2
|/
* C1neonCom marked as deadGravatar Walter Purcaro 2013-10-151-125/+2
|
* CryptItCom: mark as deadGravatar Walter Purcaro 2013-10-131-28/+3
|
* Mark dead crypters as DeadCrypterGravatar Walter Purcaro 2013-10-139-834/+35
|
* Removed dead plugins.Gravatar Stefano 2013-10-112-31/+6
| | | | See #304
* NCryptIn: ability to decrypt single encrypted links.Gravatar Stefano 2013-10-111-28/+43
| | | | Requested in #303
* LofCc: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
|
* NCryptIn: using ReCaptcha from CaptchaServiceGravatar Stefano 2013-10-111-2/+2
|
* New crypter: FiletramComGravatar Stefano 2013-10-091-0/+31
|
* New crypter: TurbobitNetFolderGravatar Stefano 2013-09-281-0/+60
|