Compare commits

...

2 Commits

Author SHA1 Message Date
nameuser9873403
ce1a85cb4b
Merge 4ae3ee5a27f93987d88a1ab19bf884a1527bf797 into 2b4fbfce25902d557b86b003cf48f738129efce4 2025-03-26 07:54:23 +00:00
nameuser9873403
4ae3ee5a27
Update abc.py
Allow for downloading of 1080p streams
2021-07-23 10:21:43 +09:30

View File

@ -148,7 +148,7 @@ class ABCIViewIE(InfoExtractor):
'hdnea': token,
})
for sd in ('720', 'sd', 'sd-low'):
for sd in ('1080', '720', 'sd', 'sd-low'):
sd_url = try_get(
stream, lambda x: x['streams']['hls'][sd], compat_str)
if not sd_url: