diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-21 12:02:53 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-05-21 12:02:53 +0200 |
commit | 6ad9cb224a7d9156109fe0b0100d277b954063d3 (patch) | |
tree | 9da97cac128799e6bd2ee9216847bb3562f67db1 /youtube_dl/extractor/telecinco.py | |
parent | 4d2f42361e02bb67de7c2017c6817b46ff3b2bd2 (diff) |
[mitele] It now uses m3u8 (#5764)
It should also be possible to use Adobe HDS, but it would require more work.
Diffstat (limited to 'youtube_dl/extractor/telecinco.py')
-rw-r--r-- | youtube_dl/extractor/telecinco.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/telecinco.py b/youtube_dl/extractor/telecinco.py index 251a68680..a0c744fd1 100644 --- a/youtube_dl/extractor/telecinco.py +++ b/youtube_dl/extractor/telecinco.py @@ -16,6 +16,10 @@ class TelecincoIE(MiTeleIE): 'title': 'Con Martín Berasategui, hacer un bacalao al ...', 'duration': 662, }, + 'params': { + # m3u8 download + 'skip_download': True, + }, }, { 'url': 'http://www.telecinco.es/informativos/nacional/Pablo_Iglesias-Informativos_Telecinco-entrevista-Pedro_Piqueras_2_1945155182.html', 'only_matching': True, |