diff options
author | Remita Amine <remitamine@gmail.com> | 2016-09-27 15:29:50 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-09-27 15:31:25 +0100 |
commit | 2342733f850c979c6f23ea2e83dfcb176fb08fa5 (patch) | |
tree | ade9bfeb6a24ddb1e45d0a5d0ac80ca27d826be8 /youtube_dl/extractor/formula1.py | |
parent | 93933c9819fa1282081a5f0761cbeabc9fbea336 (diff) |
fix tests related to 1978540a5122c53012e17a78841f3da0df77fd34(closes #10774)
Diffstat (limited to 'youtube_dl/extractor/formula1.py')
-rw-r--r-- | youtube_dl/extractor/formula1.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube_dl/extractor/formula1.py b/youtube_dl/extractor/formula1.py index 8c417ab65..fecfc28ae 100644 --- a/youtube_dl/extractor/formula1.py +++ b/youtube_dl/extractor/formula1.py @@ -11,9 +11,13 @@ class Formula1IE(InfoExtractor): 'md5': '8c79e54be72078b26b89e0e111c0502b', 'info_dict': { 'id': 'JvYXJpMzE6pArfHWm5ARp5AiUmD-gibV', - 'ext': 'flv', + 'ext': 'mp4', 'title': 'Race highlights - Spain 2016', }, + 'params': { + # m3u8 download + 'skip_download': True, + }, 'add_ie': ['Ooyala'], }, { 'url': 'http://www.formula1.com/en/video/2016/5/Race_highlights_-_Spain_2016.html', |