Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-27 | Remove _sort_formats from _extract_*_formats methods | Sergey M․ | |
Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051 | |||
2016-03-26 | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | |
encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974 | |||
2015-09-16 | [telecinco] Fix typo | Sergey M․ | |
2015-09-16 | [telecinco] Add support for mediaset.es | Sergey M․ | |
2015-09-16 | [telecinco] Clarify IE_DESC | Sergey M․ | |
2015-09-16 | [telecinco] Update test | Sergey M․ | |
2015-09-16 | [telecinco] Add support or cuatro.com | Sergey M․ | |
2015-09-16 | [telecinco] Incorporate mitele code | Sergey M․ | |
2015-08-18 | [telecinco] Relax _VALID_URL (Closes #6601) | Sergey 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-21 | [telecinco] Rename 'episode' group to 'id' in the _VALID_URL regex | Jaime Marquínez Ferrándiz | |
MiTeleIE now uses '_match_id' | |||
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-10-23 | [telecino] Add coding declaration | Philipp Hagemeister | |
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. |