[bbc] Set vcodec to none for audio formats

This commit is contained in:
Sergey M․ 2016-04-02 19:00:38 +06:00
parent b507cc925b
commit bbc26c8a01
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ class BBCCoUkIE(InfoExtractor):
'format_id': '%s_%s' % (service, format['format_id']),
'abr': abr,
'acodec': acodec,
'vcodec': 'none',
})
formats.extend(conn_formats)
return formats