Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -2/+2 |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -8/+8 |
| | | | | 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 name | Walter Purcaro | 2014-07-15 | 1 | -5/+5 |
| | |||||
* | Fix code indentation, some bad whitespaces and missing authors + use 'not' ↵ | Walter Purcaro | 2014-07-15 | 1 | -2/+2 |
| | | | | instead 'is None' + replace __pattern__'s r" with r' + other minor cosmetics | ||||
* | 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 |