mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-02 19:22:51 +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',
|
'fields[shows]': 'shortTitle',
|
||||||
'include': 'show.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']
|
video_data = response['data'][0]['attributes']
|
||||||
query = {
|
query = {
|
||||||
'mbr': 'true',
|
'mbr': 'true',
|
||||||
|
Loading…
Reference in New Issue
Block a user