aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/empflix.py
AgeCommit message (Collapse)Author
2014-08-26[empflix] Revert to XML parserPhilipp Hagemeister
Don't rely on the XML being broken (if they fix it, our code wouldn't work anymore). Instead, use the transform function we already have :) This partially reverts commit c7bee2a7254d31b7c478c0ac33bf23bdeba1c53c.
2014-08-26[empflix] Extract thumbnailSergey M․
2014-08-26[empflix] Adapt to malformed config XMLSergey M․
2014-05-24[empflix] Fix extractionSergey M․
2014-05-13[empflix] Simplify (#2903)Philipp Hagemeister
2014-05-12[empflix] Add new extractorhojel