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

Compare commits

...

2 Commits

Author SHA1 Message Date
nameuser9873403
3f65b9a5b2
Merge 4ae3ee5a27f93987d88a1ab19bf884a1527bf797 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6 2025-04-01 09:53:00 +02: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: