kopia lustrzana https://github.com/yt-dlp/yt-dlp
[bbccouk] Add support for https protocol in media selector (closes #12701)
rodzic
a206ef62df
commit
1af959ef9f
youtube_dl/extractor
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue