aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/mitele.py
AgeCommit message (Collapse)Author
2015-09-16[mitele] Clarify IE_DESCSergey M․
2015-09-16[mitele] Fix extraction (Closes #6414)Sergey M․
2015-07-17[mitele] Use compat_urllib_parse_unquoteSergey M․
2015-05-21[mitele] It now uses m3u8 (#5764)Jaime Marquínez Ferrándiz
It should also be possible to use Adobe HDS, but it would require more work.
2015-02-25[telecinco] Recognize more urls (closes #5065)Jaime Marquínez Ferrándiz
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
2014-10-23[mitele] Fix on python 2.xJaime Marquínez Ferrándiz
2014-10-23[telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz
It uses the same extraction process as mitele.es, but with a few small differences.
2014-08-18[mitele] Add extractor for mitele.esJaime Marquínez Ferrándiz