aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/abc.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/abc.py')
-rw-r--r--yt_dlp/extractor/abc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/abc.py b/yt_dlp/extractor/abc.py
index 9d6f5a435..6fe195e82 100644
--- a/yt_dlp/extractor/abc.py
+++ b/yt_dlp/extractor/abc.py
@@ -213,7 +213,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: