summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/LinkCryptWs.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some incompatibilities with python 2.5Gravatar Nitzo 2016-04-211-16/+16
|
* fix #2373Gravatar Nitzo 2016-03-051-2/+2
|
* Spare code cosmeticsGravatar Nitzo 2016-02-171-17/+17
|
* [LinkCryptWs] Version upGravatar GammaC0de 2016-01-221-1/+1
|
* [LinkCryptWs] Small fixesGravatar Arno-Nymous 2016-01-211-10/+10
| | | | | Add one missing `self` and fix download link parsing. While on it, also replace oudated `%` string formatting operator with recommended `.format()` method. See [PEP 3101](https://www.python.org/dev/peps/pep-3101/).
* Merge branch 'pr/n2219_Arno-Nymous' into stableGravatar Walter Purcaro 2015-12-281-20/+14
|\ | | | | | | | | Conflicts: module/plugins/internal/Account.py
| * Version up + some small changesGravatar Arno-Nymous 2015-12-241-2/+3
| |
| * Fix for #2207Gravatar Arno-Nymous 2015-12-221-19/+12
| |
* | Spare code cosmeticsGravatar Walter Purcaro 2015-12-271-13/+13
| |
* | Spare code fixesGravatar Walter Purcaro 2015-12-271-1/+1
| |
* | [crypters] Remove create_getInfo + minor code cosmetics (w/ strict ↵Gravatar Walter Purcaro 2015-12-271-6/+3
| | | | | | | | comparison for numbers)
* | Crypters version upGravatar Walter Purcaro 2015-12-271-5/+4
|/
* Fix https://github.com/pyload/pyload/issues/2112Gravatar Walter Purcaro 2015-10-281-4/+4
|
* Increase all __version__ for crypters and hostersGravatar Walter Purcaro 2015-10-271-1/+1
|
* self.html -> self.dataGravatar Walter Purcaro 2015-10-231-13/+13
|
* Version up for all pluginsGravatar Walter Purcaro 2015-10-181-1/+1
|
* Update cryptersGravatar Walter Purcaro 2015-10-181-2/+5
|
* Fix https://github.com/pyload/pyload/issues/1998Gravatar Walter Purcaro 2015-10-111-2/+3
| | | | | 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-2/+2
|
* Fixpack (4)Gravatar Walter Purcaro 2015-10-081-1/+1
|
* A lot of plugin code cosmeticsGravatar Walter Purcaro 2015-10-011-6/+5
|
* Fix for SMOOZEDGravatar Gummibaer 2015-09-221-0/+1
| | | Reload/double-load Page and Smoozed is away
* Spare code cosmeticsGravatar Walter Purcaro 2015-09-211-0/+1
|
* Update main Captcha pluginGravatar Walter Purcaro 2015-09-141-3/+3
|
* fixes #1756 completlyGravatar Bambie42 2015-09-131-3/+3
|
* Spare fixes (2)Gravatar Walter Purcaro 2015-09-031-1/+1
|
* partly fixes #1756Gravatar Bambie42 2015-08-261-8/+5
|
* [Captcha] Fix _decrypt methodGravatar Walter Purcaro 2015-07-311-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-241-2/+2
|
* Hotfixes (2)Gravatar Walter Purcaro 2015-07-241-1/+1
|
* Improve CaptchaGravatar Walter Purcaro 2015-07-231-1/+1
|
* Code cosmeticsGravatar Walter Purcaro 2015-07-231-1/+1
|
* New Captcha skeletonGravatar Walter Purcaro 2015-07-211-3/+3
|
* New __status__ magic keyGravatar Walter Purcaro 2015-07-191-0/+1
|
* Rename self.core to self.pyload (plugins only)Gravatar Walter Purcaro 2015-07-191-1/+1
|
* Code cosmetics (3)Gravatar Walter Purcaro 2015-07-191-2/+2
|
* Code cosmetics (2)Gravatar Walter Purcaro 2015-07-191-4/+4
|
* Spare fixes and code cosmeticsGravatar Walter Purcaro 2015-07-171-1/+1
|
* No camelCase style anymoreGravatar Walter Purcaro 2015-07-071-57/+57
|
* Spare code cosmetics (3)Gravatar Walter Purcaro 2015-06-241-1/+1
|
* Spare code cosmetics (2)Gravatar Walter Purcaro 2015-06-241-14/+14
|
* Update everythingGravatar Walter Purcaro 2015-06-081-2/+2
|
* [SimpleHoster] Fix create_getInfoGravatar Walter Purcaro 2015-05-181-5/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-03-281-3/+3
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-02-081-2/+1
|
* Spare code cosmeticsGravatar Walter Purcaro 2015-01-311-5/+1
|
* Replace 'except' with 'except Exception'Gravatar Walter Purcaro 2015-01-131-1/+1
|
* [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)
* Fix Error [LinkCryptWs.py]Gravatar Gummibaer 2014-11-261-3/+4
| | | Error: global name 'pyfile' is not defined
* [LinkCryptWs] Fix (thx NETHeader)Gravatar Walter Purcaro 2014-11-201-40/+25
|
* [LinkCryptWs] Fix typoGravatar Walter Purcaro 2014-11-151-5/+3
|
* Code cosmeticsGravatar Walter Purcaro 2014-11-101-4/+4
|
* New crypter LinkCryptWsGravatar Walter Purcaro 2014-11-091-0/+343