mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-30 14:15:13 +00:00
[cleanup] Misc
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user