[extractor/nbc] Update graphql query (#5952)

Closes #5918
Authored by: jacobtruman
This commit is contained in:
Jacob Truman 2023-01-06 11:44:35 -07:00 committed by GitHub
parent 5be214abed
commit c3366fdfd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ class NBCIE(ThePlatformIE): # XXX: Do not subclass from concrete IE
query = {
'mbr': 'true',
'manifest': 'm3u',
'switch': 'HLSServiceSecure',
}
video_id = video_data['mpxGuid']
tp_path = 'NnzsPC/media/guid/%s/%s' % (video_data.get('mpxAccountId') or '2410887629', video_id)