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
[extractor/common] Prefix format id for audio only HLS formats
master-ytdl-org
Sergey M․
7 years ago
parent
056653bbb1
commit
9211e3319e
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/common.py
+ 1
- 1
youtube_dl/extractor/common.py
View File
@ -1401,7 +1401,7 @@ class InfoExtractor(object):
media_url
=
media
.
get
(
'
URI
'
)
if
media_url
:
format_id
=
[
]
for
v
in
(
group_id
,
name
)
:
for
v
in
(
m3u8_id
,
group_id
,
name
)
:
if
v
:
format_id
.
append
(
v
)
f
=
{
Write
Preview
Loading…
Cancel
Save