summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/MegaNz.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* 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
* MegaNz: bugfix https://github.com/pyload/pyload/issues/274Gravatar Walter Purcaro 2013-10-021-4/+9
|
* Fixed module importsGravatar Stefano 2013-07-251-5/+5
|
* Fixed PEP 8 violations in HostersGravatar Stefano 2013-07-221-3/+5
|
* revert correct rsrtrip()Gravatar Gonzalo SR 2013-04-111-1/+1
|
* Fixed incorrect use of rstrip()Gravatar Gonzalo SR 2013-04-111-4/+4
| | | | | | | | rstrip() ate the last "r" in .rar files. "The chars argument is not a suffix; rather, all combinations of its values are stripped" (see http://docs.python.org/2/library/stdtypes.html#str.rstrip) Using rsplit() instead.
* bump version number for MegaNzGravatar RaNaN 2013-02-141-1/+1
|
* Support for incorrectly padded Mega.co.nz keysGravatar Gonzalo SR 2013-02-141-1/+2
| | | | Sometimes base64 Mega keys are incorrectly padded. Ugly hack to add padding characters as needed.
* closed #764Gravatar RaNaN 2013-02-091-5/+5
|
* mega.co.nz hoster pluginGravatar RaNaN 2013-01-261-0/+124