This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[bbc] Set vcodec to none for audio formats
totalwebcasting
Sergey M․
9 years ago
parent
b507cc925b
commit
bbc26c8a01
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/bbc.py
+ 1
- 0
youtube_dl/extractor/bbc.py
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
Write
Preview
Loading…
Cancel
Save