]> jfr.im git - yt-dlp.git/commitdiff
[extractor/nbc] Update graphql query (#5952)
authorJacob Truman <redacted>
Fri, 6 Jan 2023 18:44:35 +0000 (11:44 -0700)
committerGitHub <redacted>
Fri, 6 Jan 2023 18:44:35 +0000 (00:14 +0530)
Closes #5918
Authored by: jacobtruman

yt_dlp/extractor/nbc.py

index 1ea6355b560ca99929fd1cac1ed6614abdb05977..00c592cc3230903c2555e82d70e0d1198e5d7e03 100644 (file)
@@ -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)