1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-23 07:02:52 +08:00

Fix NBC extractor

See Issue 18202
This commit is contained in:
josejuan05 2018-11-18 11:39:24 -06:00 committed by GitHub
parent 8578ea4dcb
commit 352a638890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',