[cleanup] Misc

This commit is contained in:
pukkandan 2022-09-10 03:46:54 +05:30
parent 941e881e1f
commit deae7c1711
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
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'