1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-01 22:48:24 -04:00

[brightcove] fix format sorting

This commit is contained in:
remitamine
2016-04-02 10:57:57 +01:00
parent fe7ef95e91
commit 08136dc138
3 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ class TV3IE(InfoExtractor):
'Failed to download MPD manifest'
],
'params': {
# m3u8 download
'skip_download': True,
},
}