mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[extractor/nbc] Update graphql query (#5952)
Closes #5918 Authored by: jacobtruman
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jacob Truman
					Jacob Truman