mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[tvplayer] Fix extraction (closes #13291)
This commit is contained in:
		@@ -48,7 +48,7 @@ class TVPlayerIE(InfoExtractor):
 | 
				
			|||||||
            'https://tvplayer.com/watch/context', display_id,
 | 
					            'https://tvplayer.com/watch/context', display_id,
 | 
				
			||||||
            'Downloading JSON context', query={
 | 
					            'Downloading JSON context', query={
 | 
				
			||||||
                'resource': resource_id,
 | 
					                'resource': resource_id,
 | 
				
			||||||
                'nonce': token,
 | 
					                'gen': token,
 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        validate = context['validate']
 | 
					        validate = context['validate']
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user