summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
Commit message (Collapse)AuthorAgeFilesLines
* Improve fixurl methodGravatar Walter Purcaro 2015-07-191-3/+1
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-198-15/+15
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-185-10/+9
|
* No more need to use the req argument when call load methodGravatar Walter Purcaro 2015-07-171-11/+11
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-173-9/+9
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-0788-490/+490
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-241-1/+1
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-2410-94/+94
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-245-8/+8
|
* Update allGravatar Walter Purcaro 2015-06-2416-35/+28
|
* [NitroflareComFolder] FixupGravatar Walter Purcaro 2015-06-241-2/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-06-243-6/+6
|
* Update DlProtectCom.pyGravatar GammaC0de 2015-06-231-7/+6
|
* Update ShSt crypter pluginGravatar Frederik Möllers 2015-06-231-3/+3
| | | | | | | Revert to using the "regular" Crypter abstract class instead of SimpleCrypter. Before the last commit, Crypter was used and the last commit didn't actually make use of any SimpleCrypter functionality. So in order to be consistent, Crypter is now used again.
* Update ShSt crypter pluginGravatar Frederik Möllers 2015-06-231-8/+10
| | | | | | | | | | The plugin doesn't rely on a third party website anymore for the actual decrypting. Instead it uses a different user agent which makes sh.st serve an HTTP redirect. This speeds up the decrypting process and fixes errors related to the third party web site (in particular the latest outage and API change). Also, self.urls is now used instead of self.packages for the decrypted URL.
* Hook plugin code cosmetics (2)Gravatar Walter Purcaro 2015-06-151-2/+2
|
* New plugin: NitroflareComFolderGravatar Walter Purcaro 2015-06-151-0/+35
|
* [PastebinCom] UpdateGravatar Walter Purcaro 2015-06-141-4/+6
|
* Fix https://github.com/pyload/pyload/issues/1479Gravatar Walter Purcaro 2015-06-102-4/+4
|
* Fix https://github.com/pyload/pyload/issues/1472Gravatar Walter Purcaro 2015-06-091-14/+7
|
* Merge pull request #1469 from frederikmoellers/stableGravatar Walter Purcaro 2015-06-092-0/+71
|\ | | | | 2 new Crypter plugins: sh.st and pasted.co
| * New Crypter plugin: pasted.coGravatar Frederik Möllers 2015-06-091-0/+43
| | | | | | | | | | | | | | | | Pasted.co is a pastebin service. It can be used to host a list of download links which pyLoad could use. The plugin bypasses the (ineffective) captcha request and fetches the contents of the paste. It keeps the original package's name and folder and just inserts the links from the paste.
| * New Crypter plugin: sh.stGravatar Frederik Möllers 2015-06-091-0/+28
| | | | | | | | | | | | sh.st is a URL shortener service with ads (much like adf.ly and others). The crypter uses deadlockers.com to bypass the ads/waiting times. It keeps the package name and folder and just inserts the target URL.
* | [SimpleHoster] Improve checkFileGravatar Walter Purcaro 2015-06-092-2/+2
| |
* | New plugin: TNTVillageScambioeticoOrgGravatar Walter Purcaro 2015-06-091-0/+31
|/
* [SexuriaCom] UpdateGravatar Walter Purcaro 2015-06-081-22/+22
|
* [SimpleHoster] Improve logging and file checkingGravatar Walter Purcaro 2015-06-082-8/+4
|
* Update everythingGravatar Walter Purcaro 2015-06-0826-52/+52
|
* [FreeWayMe] FixupGravatar Walter Purcaro 2015-06-081-1/+1
|
* Update DataHuFolder.pyGravatar GammaC0de 2015-06-051-2/+2
|
* Update TnyCz.pyGravatar GammaC0de 2015-06-051-2/+2
|
* Update BitshareComFolder.pyGravatar GammaC0de 2015-06-051-2/+2
|
* Update FilestubeCom.pyGravatar GammaC0de 2015-06-051-2/+2
|
* Update Dereferer.pyGravatar GammaC0de 2015-06-011-2/+4
|
* [MegaCoNz] Update __pattern__Gravatar Walter Purcaro 2015-05-302-3/+3
|
* New plugin: FurLyGravatar Walter Purcaro 2015-05-301-0/+24
|
* [SimpleCrypter] Merge with SimpleDerefererGravatar Walter Purcaro 2015-05-304-20/+16
|
* [XFileSharingPro][XFileSharingProFolder] Added default __pattern__Gravatar Walter Purcaro 2015-05-301-2/+2
|
* [Dereferer][SimpleDereferer] UpdateGravatar Walter Purcaro 2015-05-301-3/+30
|
* Update plugins after splitting CaptchaServiceGravatar Walter Purcaro 2015-05-303-6/+6
|
* Remove DontKnowMeGravatar Walter Purcaro 2015-05-301-17/+0
|
* New plugin: TinyurlComGravatar Walter Purcaro 2015-05-301-0/+23
|
* [SimpleDereferer] Handle direct linkGravatar Walter Purcaro 2015-05-291-1/+1
|
* [GooGl] UpdateGravatar Walter Purcaro 2015-05-292-15/+18
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-05-2723-23/+23
|
* [NetloadIn] Mark dead (temp)Gravatar Walter Purcaro 2015-05-271-59/+5
|
* [UserAgentSwitcher] Fixup (3)Gravatar Walter Purcaro 2015-05-251-0/+2
|
* Some urljoin fixesGravatar Walter Purcaro 2015-05-252-2/+4
|
* New crypter: GoogledriveComFolderGravatar Walter Purcaro 2015-05-251-0/+23
|
* [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2015-05-181-5/+1
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-0110-25/+17
|
* Fix https://github.com/pyload/pyload/issues/1373Gravatar Walter Purcaro 2015-04-301-3/+3
|
* [FilecryptCc] Version up (2)Gravatar Walter Purcaro 2015-04-221-4/+4
|
* Merge pull request #1367 from zapp-brannigan/patch-1Gravatar Walter Purcaro 2015-04-221-5/+6
|\ | | | | [FilecryptCc.py] Avoid hardcoded urls
| * [FilecryptCc.py] Avoid hardcoded urlsGravatar zapp-brannigan 2015-04-221-6/+7
| | | | | | Fix https://github.com/pyload/pyload/issues/1364 again ;)
* | [FilecryptCc] Version upGravatar Walter Purcaro 2015-04-221-2/+4
|/
* remove "www" in circlecaptcha to get it workingGravatar Gutz-Pilz 2015-04-221-1/+1
|
* Update FilecryptCc.pyGravatar zapp-brannigan 2015-04-221-15/+10
|
* [FilecryptCc.py] Fix circle captchaGravatar zapp-brannigan 2015-04-221-14/+17
| | | Fix https://github.com/pyload/pyload/issues/1364
* [SimpleHoster] Improve file name handlingGravatar Walter Purcaro 2015-04-091-0/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-04-083-5/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-2816-21/+21
|
* 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