1
0
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:
pukkandan
2022-09-10 03:46:54 +05:30
parent 941e881e1f
commit deae7c1711
5 changed files with 15 additions and 11 deletions

View File

@@ -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'