parent
bb66c24797
commit
88f23a18e0
10 changed files with 16 additions and 12 deletions
|
|
@ -300,7 +300,7 @@ class ABCIViewShowSeriesIE(InfoExtractor):
|
|||
unescapeHTML(webpage_data).encode('utf-8').decode('unicode_escape'), show_id)
|
||||
video_data = video_data['route']['pageData']['_embedded']
|
||||
|
||||
highlight = try_get(video_data, lambda x: ['highlightVideo']['shareUrl'])
|
||||
highlight = try_get(video_data, lambda x: x['highlightVideo']['shareUrl'])
|
||||
if not self._yes_playlist(show_id, bool(highlight), video_label='highlight video'):
|
||||
return self.url_result(highlight, ie=ABCIViewIE.ie_key())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue