]> jfr.im git - yt-dlp.git/commitdiff
[abc] Support 1080p (#2819)
authorRonnnny <redacted>
Fri, 18 Feb 2022 08:25:47 +0000 (19:25 +1100)
committerGitHub <redacted>
Fri, 18 Feb 2022 08:25:47 +0000 (00:25 -0800)
Authored by: Ronnnny

yt_dlp/extractor/abc.py

index 9d6f5a43512f69e26d60e16f530ffe475439d95a..6fe195e82c14c96bd61c0603055819a642cd4945 100644 (file)
@@ -213,7 +213,7 @@ def tokenize_url(url, token):
                 '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: