1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-06-30 23:46:19 +00:00

Merge 4ae3ee5a27f93987d88a1ab19bf884a1527bf797 into 711e72c292327674c4a0593fdbb83d6347738ec9

This commit is contained in:
nameuser9873403 2025-02-24 05:05:34 +00:00 committed by GitHub
commit 3bc71f8b4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: