mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-23 04:02:59 +08:00
Fix NBC extractor
See Issue 18202
This commit is contained in:
parent
8578ea4dcb
commit
352a638890
@ -93,6 +93,9 @@ class NBCIE(AdobePassIE):
|
||||
'fields[shows]': 'shortTitle',
|
||||
'include': 'show.shortTitle',
|
||||
})
|
||||
if len(response['data']) is 0:
|
||||
response = self._download_json(response['links']['self'],video_id)
|
||||
|
||||
video_data = response['data'][0]['attributes']
|
||||
query = {
|
||||
'mbr': 'true',
|
||||
|
Loading…
Reference in New Issue
Block a user