summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MegacrypterCom.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-1/+4
| | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics
* Prefer single quote for dict key nameGravatar Walter Purcaro 2014-07-151-6/+6
|
* Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵Gravatar Walter Purcaro 2014-07-151-2/+2
| | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics
* Use "is" instead "==" for bool condition checkGravatar Walter Purcaro 2014-07-051-1/+1
|
* Spare fixesGravatar Walter Purcaro 2014-06-271-1/+1
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Fix header # -*- coding: utf-8 -*-Gravatar Walter Purcaro 2014-04-111-0/+1
| | | | Merges vuolter/pyload@aa7b3f9
* Use re.match for __pattern__ matches instead re.searchGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@9117005
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fixed some errorsGravatar Stefano 2013-07-231-5/+5
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-11/+1
|
* Added plugin to support megacrypter.comGravatar Gonzalo SR 2013-06-071-0/+59
Implemented as hoster instead of crypter because I couldn't find an easy way to hand the file decryption key and the download URL to the MegaNz plugin. (Real MegaNz URL is never known). Right now it doesn't support password protected megacrypter URLs. Tested with some files. Works well thus far. Feedback welcome.