Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Use re.match for __pattern__ matches instead re.search | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@9117005 | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | MegaNz: bugfix https://github.com/pyload/pyload/issues/274 | Walter Purcaro | 2013-10-02 | 1 | -4/+9 |
| | |||||
* | Fixed module imports | Stefano | 2013-07-25 | 1 | -5/+5 |
| | |||||
* | Fixed PEP 8 violations in Hosters | Stefano | 2013-07-22 | 1 | -3/+5 |
| | |||||
* | revert correct rsrtrip() | Gonzalo SR | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | Fixed incorrect use of rstrip() | Gonzalo SR | 2013-04-11 | 1 | -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 MegaNz | RaNaN | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Support for incorrectly padded Mega.co.nz keys | Gonzalo SR | 2013-02-14 | 1 | -1/+2 |
| | | | | Sometimes base64 Mega keys are incorrectly padded. Ugly hack to add padding characters as needed. | ||||
* | closed #764 | RaNaN | 2013-02-09 | 1 | -5/+5 |
| | |||||
* | mega.co.nz hoster plugin | RaNaN | 2013-01-26 | 1 | -0/+124 |