aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/telecinco.py
AgeCommit message (Collapse)Author
2020-12-27[telecinco] fix extractionRemita Amine
2020-03-01[telecinco] Add support for article opening videosSergey M․
2020-03-01[telecinco] Fix extraction (refs #24195)Sergey M․
2018-07-28[telecinco] fix extraction(closes #17080)Remita Amine
2017-03-13[telecinco] Add test for #12430Sergey M․
2016-09-14Improve some _VALID_URLsstepshal
2016-07-06[telecinco] fix info extractionRemita Amine
2016-03-27Remove _sort_formats from _extract_*_formats methodsSergey 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_dictSergey 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 typoSergey M․
2015-09-16[telecinco] Add support for mediaset.esSergey M․
2015-09-16[telecinco] Clarify IE_DESCSergey M․
2015-09-16[telecinco] Update testSergey M․
2015-09-16[telecinco] Add support or cuatro.comSergey M․
2015-09-16[telecinco] Incorporate mitele codeSergey 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 regexJaime Marquínez Ferrándiz
MiTeleIE now uses '_match_id'
2014-11-23PEP8 appliedJouke Waleson
2014-10-23[telecino] Add coding declarationPhilipp 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.