|
|
@ -1009,7 +1009,7 @@ class BBCIE(BBCCoUkIE):
|
|
|
|
if version_id:
|
|
|
|
if version_id:
|
|
|
|
title = smp_data['title']
|
|
|
|
title = smp_data['title']
|
|
|
|
# also try for higher resolutions
|
|
|
|
# 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)
|
|
|
|
formats, subtitles = self._download_media_selector(version_id)
|
|
|
|
self._sort_formats(formats)
|
|
|
|
self._sort_formats(formats)
|
|
|
|
image_url = smp_data.get('holdingImageURL')
|
|
|
|
image_url = smp_data.get('holdingImageURL')
|
|
|
|