Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes (2) | 2015-08-04 | 1 | -1/+1 | |
| | |||||
* | [ZDF] Encode file name / title | 2015-08-04 | 1 | -1/+1 | |
| | | | The title used as file name is encoded in Latin-1. This commit enables pyload to download those files and display their names in the queue correctly. | ||||
* | Some fixes | 2015-08-04 | 1 | -2/+2 | |
| | |||||
* | [ZDF] Encode unicode characters when loading XML | 2015-08-02 | 1 | -1/+1 | |
| | | | | The XML file from the ZDF website often contains unicode characters, which lead to errors like `'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128)`. This change makes the plugin encode unicode characters to UTF-8 before parsing the XML data. | ||||
* | Hotfixes (2) | 2015-07-24 | 1 | -1/+1 | |
| | |||||
* | New __status__ magic key | 2015-07-19 | 1 | -0/+1 | |
| | |||||
* | No camelCase style anymore | 2015-07-07 | 1 | -1/+1 | |
| | |||||
* | Update all | 2015-06-24 | 1 | -3/+2 | |
| | |||||
* | Update everything | 2015-06-08 | 1 | -2/+2 | |
| | |||||
* | Fix __version__ format in some plugins | 2014-12-09 | 1 | -1/+1 | |
| | |||||
* | Code cosmetics: plugin class attributes | 2014-10-28 | 1 | -4/+4 | |
| | |||||
* | Extend translation support in plugins + a lot of code cosmetics and typo fixes | 2014-10-26 | 1 | -1/+1 | |
| | |||||
* | Two space before function declaration | 2014-10-22 | 1 | -0/+3 | |
| | |||||
* | Pattern update 1 | 2014-10-11 | 1 | -2/+2 | |
| | |||||
* | Add __license__ key attribute to plugins | 2014-10-08 | 1 | -0/+1 | |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | 2014-10-07 | 1 | -2/+1 | |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | 2014-08-01 | 1 | -5/+9 | |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Removed all @author flags + key attributes cleanup for internal & hooks plugins | 2014-07-15 | 1 | -2/+2 | |
| | |||||
* | Replace __pattern__ double quotes with single | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix __pattern__ www | 2014-04-11 | 1 | -1/+1 | |
| | | | | Merges vuolter/pyload@d3be840 | ||||
* | Fix header # -*- coding: utf-8 -*- | 2014-04-11 | 1 | -0/+2 | |
| | | | | Merges vuolter/pyload@aa7b3f9 | ||||
* | Fix __config__ | 2014-04-11 | 1 | -1/+3 | |
| | | | | Merges vuolter/pyload@83ff313 | ||||
* | ZDF: ignore series id, use progressive only, not hbbtv | 2014-03-19 | 1 | -3/+4 | |
| | | | | Merges #544 | ||||
* | Fixed PEP 8 violations in Hosters | 2013-07-22 | 1 | -4/+5 | |
| | |||||
* | Add author | 2013-03-25 | 1 | -1/+1 | |
| | |||||
* | Add plugin for ZDF mediathek | 2013-03-25 | 1 | -0/+46 | |