aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/mitele.py
Commit message (Collapse)AuthorAgeFilesLines
* [mitele] Use compat_urllib_parse_unquoteSergey M․2015-07-171-1/+2
|
* [mitele] It now uses m3u8 (#5764)Jaime Marquínez Ferrándiz2015-05-211-2/+7
| | | | It should also be possible to use Adobe HDS, but it would require more work.
* [telecinco] Recognize more urls (closes #5065)Jaime Marquínez Ferrándiz2015-02-251-2/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-7/+6
| | | | | | | | · 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
* [mitele] Fix on python 2.xJaime Marquínez Ferrándiz2014-10-231-1/+2
|
* [telecinco] Add extractor (closes #4005)Jaime Marquínez Ferrándiz2014-10-231-2/+10
| | | | It uses the same extraction process as mitele.es, but with a few small differences.
* [mitele] Add extractor for mitele.esJaime Marquínez Ferrándiz2014-08-181-0/+60