aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/empflix.py
AgeCommit message (Collapse)Author
2015-06-04[empflix] Fix typoSergey M․
2015-05-24[empflix] Relax _VALID_URLSergey M․
2015-05-22[TNAFlix] Restore testfrenchy1983
See dstftw's comment in #5772
2014-09-03[empflix] Rewrite in terms of tnaflixSergey M․
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