Remita Amine
5e8eebb600
[mitele] extract dash formats
8 years ago
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
8 years ago
Sergey M․
8eb7b5c3f1
[mitele] Modernize and extract more metadata
8 years ago
zurfyx
b68599ed47
[mitele] Relax _VALID_URL
8 years ago
DarkZeros
cb882540e8
[mitele] Fix extraction after website redesign ( fixes #10824 )
8 years ago
stepshal
925194022c
Improve some _VALID_URLs
8 years ago
Remita Amine
47335a0efa
[telecinco] fix info extraction
8 years ago
Sergey M․
6929569403
[mitele] Extract series metadata and make title more robust ( Closes #9758 )
9 years ago
Yen Chi Hsuan
6bdc2d5358
[mitele] Comment out unstable MD5
Also Akamai f4f fragments
9 years ago
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 #8051
9 years ago
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 #8974
9 years ago
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
9 years ago
Jaime Marquínez Ferrándiz
eb97f46e8b
[mitele] Fix extraction and update test checksum ( fixes #7343 )
9 years ago
Jaime Marquínez Ferrándiz
6856139705
[mitele] Fix test checksum
9 years ago
Jaime Marquínez Ferrándiz
c93153852f
[mitele] Don't encode the URL query ( closes #7280 )
This seems to produce sporadic errors when trying to access the URL, because on python 3.x when you do '%s' % b'somedata' you get "b'somedata'".
9 years ago
Sergey M․
3368d70dce
[mitele] Clarify IE_DESC
9 years ago
Sergey M․
f84ce1ebaf
[mitele] Fix extraction ( Closes #6414 )
9 years ago
Sergey M․
09b718c439
[mitele] Use compat_urllib_parse_unquote
9 years ago
Jaime Marquínez Ferrándiz
6ad9cb224a
[mitele] It now uses m3u8 ( #5764 )
It should also be possible to use Adobe HDS, but it would require more work.
10 years ago
Jaime Marquínez Ferrándiz
c10ea454dc
[telecinco] Recognize more urls ( closes #5065 )
10 years ago
Philipp Hagemeister
1cc79574fc
Fix imports and general cleanup
· 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
10 years ago
Jaime Marquínez Ferrándiz
2c63ccec78
[mitele] Fix on python 2.x
10 years ago
Jaime Marquínez Ferrándiz
ad5f53ac72
[telecinco] Add extractor ( closes #4005 )
It uses the same extraction process as mitele.es, but with a few small differences.
10 years ago
Jaime Marquínez Ferrándiz
938dd254e5
[mitele] Add extractor for mitele.es
10 years ago