[bbccouk] Add support for https protocol in media selector (closes #12701)

master
Sergey M․ 7 years ago
parent a206ef62df
commit 1af959ef9f
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -370,7 +370,7 @@ class BBCCoUkIE(InfoExtractor):
'acodec': encoding,
'vcodec': 'none',
})
if protocol == 'http':
if protocol in ('http', 'https'):
# Direct link
fmt.update({
'url': href,

Loading…
Cancel
Save