Commit Graph

19 Commits (2533f5b6918da1c09939bc9d5c051f56c26be86a)

Author SHA1 Message Date
Remita Amine a098c99f0d [telecinco] fix extraction(closes )
Sergey M․ 9d08963022
[telecinco] Add test for
stepshal 925194022c
Improve some _VALID_URLs
Remita Amine 47335a0efa [telecinco] fix info extraction
Sergey M․ 19dbaeece3 Remove _sort_formats from _extract_*_formats methods
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.

Closes 
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
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 
Sergey M․ 4647fd8910 [telecinco] Fix typo
Sergey M․ d492dad8f4 [telecinco] Add support for mediaset.es
Sergey M․ 0e1b2566ff [telecinco] Clarify IE_DESC
Sergey M․ 369e60162e [telecinco] Update test
Sergey M․ d5e7657fe2 [telecinco] Add support or cuatro.com
Sergey M․ 12bc242944 [telecinco] Incorporate mitele code
Sergey M․ 34a4cd0a34 [telecinco] Relax _VALID_URL (Closes )
Jaime Marquínez Ferrándiz 6ad9cb224a [mitele] It now uses m3u8 ()
It should also be possible to use Adobe HDS, but it would require more work.
Jaime Marquínez Ferrándiz c10ea454dc [telecinco] Recognize more urls (closes )
Jaime Marquínez Ferrándiz 70f6796e7d [telecinco] Rename 'episode' group to 'id' in the _VALID_URL regex
MiTeleIE now uses '_match_id'
Jouke Waleson 5f6a1245ff PEP8 applied
Philipp Hagemeister f3cd403c2b [telecino] Add coding declaration
Jaime Marquínez Ferrándiz ad5f53ac72 [telecinco] Add extractor (closes )
It uses the same extraction process as mitele.es, but with a few small differences.