|
|
@ -171,10 +171,13 @@ class DRTVIE(InfoExtractor):
|
|
|
|
continue
|
|
|
|
continue
|
|
|
|
target = link.get('Target')
|
|
|
|
target = link.get('Target')
|
|
|
|
format_id = target or ''
|
|
|
|
format_id = target or ''
|
|
|
|
preference = None
|
|
|
|
if asset_target in ('SpokenSubtitles', 'SignLanguage', 'VisuallyInterpreted'):
|
|
|
|
if asset_target in ('SpokenSubtitles', 'SignLanguage'):
|
|
|
|
|
|
|
|
preference = -1
|
|
|
|
preference = -1
|
|
|
|
format_id += '-%s' % asset_target
|
|
|
|
format_id += '-%s' % asset_target
|
|
|
|
|
|
|
|
elif asset_target == 'Default':
|
|
|
|
|
|
|
|
preference = 1
|
|
|
|
|
|
|
|
else:
|
|
|
|
|
|
|
|
preference = None
|
|
|
|
if target == 'HDS':
|
|
|
|
if target == 'HDS':
|
|
|
|
f4m_formats = self._extract_f4m_formats(
|
|
|
|
f4m_formats = self._extract_f4m_formats(
|
|
|
|
uri + '?hdcore=3.3.0&plugin=aasp-3.3.0.99.43',
|
|
|
|
uri + '?hdcore=3.3.0&plugin=aasp-3.3.0.99.43',
|
|
|
|