mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[extractor/common] Remove 'm3u8' from quality selection URL
This commit is contained in:
parent
8dc9d361c2
commit
f207019ce5
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ def _extract_m3u8_formats(self, m3u8_url, video_id, ext=None,
|
|||
m3u8_id=None):
|
||||
|
||||
formats = [{
|
||||
'format_id': '-'.join(filter(None, [m3u8_id, 'm3u8-meta'])),
|
||||
'format_id': '-'.join(filter(None, [m3u8_id, 'meta'])),
|
||||
'url': m3u8_url,
|
||||
'ext': ext,
|
||||
'protocol': 'm3u8',
|
||||
|
|
Loading…
Reference in a new issue