summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/FilecryptCc.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-281-6/+6
|
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
|
* self.html -> self.dataGravatar Walter Purcaro 2015-10-231-10/+10
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Update cryptersGravatar Walter Purcaro 2015-10-181-1/+4
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-1/+2
| | | | | Fix https://github.com/pyload/pyload/issues/1999 Fix https://github.com/pyload/pyload/issues/2001
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-10-101-1/+1
|
* Fixpack (3)Gravatar Walter Purcaro 2015-10-041-1/+1
|
* Fixpack (2)Gravatar Walter Purcaro 2015-10-041-1/+1
|
* Spare fixesGravatar Walter Purcaro 2015-10-021-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-6/+5
|
* [FilecryptCc] updateGravatar GammaC0de 2015-09-281-39/+74
|
* Update FilecryptCc.pyGravatar Jochen Oberreiter 2015-08-141-3/+4
| | | Test if regexp search has returned an object before using it. Should fix #1753.
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-311-2/+1
|
* [AntiStandby] Fix max_mtime methodGravatar Walter Purcaro 2015-07-301-4/+1
|
* [FilecryptCc.py] Fix https://github.com/pyload/pyload/issues/1614Gravatar zapp-brannigan 2015-07-301-2/+5
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-231-4/+4
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-6/+6
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-2/+2
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-36/+36
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-3/+3
|
* Update allGravatar Walter Purcaro 2015-06-241-6/+3
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* Update plugins after splitting CaptchaServiceGravatar Walter Purcaro 2015-05-301-2/+2
|
* Use 'import' instead 'from'Gravatar Walter Purcaro 2015-05-011-2/+2
|
* [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
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-101-7/+5
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-081-2/+2
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-311-5/+2
|
* Update plugins after CaptchaService changesGravatar Walter Purcaro 2015-01-221-11/+15
|
* [FilecryptCc.py] Added support for ReCaptchaV2Gravatar zapp-brannigan 2015-01-141-17/+14
| | | Fix for https://github.com/pyload/pyload/issues/976
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-021-1/+1
|
* [FilecryptCc] Fix handlePasswordProtectionGravatar Walter Purcaro 2015-01-021-3/+5
|
* [FilecryptCc] ReCaptcha 2.0 supportGravatar Walter Purcaro 2014-12-271-4/+14
|
* 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.
* | Spare code cosmeticsGravatar Walter Purcaro 2014-12-091-4/+4
|/
* [NetloadIn] Syntax fixupGravatar Walter Purcaro 2014-12-031-1/+1
|
* [FilecryptCc] Tiny fixupGravatar jojo141185 2014-11-221-2/+2
|
* [FilecryptCc] Code improvementsGravatar Walter Purcaro 2014-11-211-41/+24
|
* New crypter FilecryptCcGravatar zapp-brannigan 2014-11-201-0/+165