1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-31 14:45:14 +00: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,
},
}