mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 02:01:05 +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 = {
|
query = {
|
||||||
'mbr': 'true',
|
'mbr': 'true',
|
||||||
'manifest': 'm3u',
|
'manifest': 'm3u',
|
||||||
|
'switch': 'HLSServiceSecure',
|
||||||
}
|
}
|
||||||
video_id = video_data['mpxGuid']
|
video_id = video_data['mpxGuid']
|
||||||
tp_path = 'NnzsPC/media/guid/%s/%s' % (video_data.get('mpxAccountId') or '2410887629', video_id)
|
tp_path = 'NnzsPC/media/guid/%s/%s' % (video_data.get('mpxAccountId') or '2410887629', video_id)
|
||||||
|
Loading…
Reference in New Issue
Block a user