aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/heise.py
AgeCommit message (Collapse)Author
2014-11-04[heise] Fix description, thumbnail and format IDPhilipp Hagemeister
2014-10-27[heise] Fix extractionPhilipp Hagemeister
Now they use an XML format instead of JSON.
2014-09-28[heise] Add support for descriptionPhilipp Hagemeister
2014-09-28[heise] Simplify (#3842)Philipp Hagemeister
2014-09-27[heise] Don't check string typeMats
Before Python 3 could be unicode, so don't check at all.
2014-09-27[heise] Add new extractorMats