|
|
@ -1028,14 +1028,14 @@ class BBCIE(BBCCoUkIE):
|
|
|
|
ret.update({
|
|
|
|
ret.update({
|
|
|
|
'formats': formats,
|
|
|
|
'formats': formats,
|
|
|
|
'subtitles': subtitles,
|
|
|
|
'subtitles': subtitles,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
else:
|
|
|
|
else:
|
|
|
|
# get the formats (including HD) from the programmes page
|
|
|
|
# get the formats (including HD) from the programmes page
|
|
|
|
# avoid https: to help proxying
|
|
|
|
# avoid https: to help proxying
|
|
|
|
ret.update({
|
|
|
|
ret.update({
|
|
|
|
'_type': 'url_transparent',
|
|
|
|
'_type': 'url_transparent',
|
|
|
|
'url': 'http://bbc.co.uk/programmes/%s' % programme_id
|
|
|
|
'url': 'http://bbc.co.uk/programmes/%s' % programme_id
|
|
|
|
})
|
|
|
|
})
|
|
|
|
return ret
|
|
|
|
return ret
|
|
|
|
elif programme_id:
|
|
|
|
elif programme_id:
|
|
|
|
# the Reel page was not as expected: try the programmes page
|
|
|
|
# the Reel page was not as expected: try the programmes page
|
|
|
|