Update abc.py

Allow for downloading of 1080p streams
pull/29624/head
nameuser9873403 3 years ago committed by GitHub
parent a803582717
commit 4ae3ee5a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save