mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 07:50:11 +01:00
[extractor/nbc] Update graphql query (#5952)
Closes #5918 Authored by: jacobtruman
This commit is contained in:
parent
5be214abed
commit
c3366fdfd0
@ -136,6 +136,7 @@ def _real_extract(self, url):
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user