mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[cleanup] Misc
This commit is contained in:
parent
941e881e1f
commit
deae7c1711
5 changed files with 15 additions and 11 deletions
|
@ -3625,7 +3625,7 @@ def determine_protocol(info_dict):
|
|||
|
||||
ext = determine_ext(url)
|
||||
if ext == 'm3u8':
|
||||
return 'm3u8'
|
||||
return 'm3u8' if info_dict.get('is_live') else 'm3u8_native'
|
||||
elif ext == 'f4m':
|
||||
return 'f4m'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue