1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

Extend _MEDIA_SETS to get HD Reel videos

This commit is contained in:
dirkf 2021-03-03 18:21:44 +00:00 committed by GitHub
parent 49d83ee502
commit ff4e7e280b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1009,7 +1009,7 @@ class BBCIE(BBCCoUkIE):
if version_id:
title = smp_data['title']
# also try for higher resolutions
self._MEDIA_SETS.insert(0,'iptv-all')
self._MEDIA_SETS.insert(0, 'iptv-all')
formats, subtitles = self._download_media_selector(version_id)
self._sort_formats(formats)
image_url = smp_data.get('holdingImageURL')