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