mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-11-04 03:33:46 +00:00 
			
		
		
		
	[spike] fix Paramount Network extraction(closes #17677)
This commit is contained in:
		
							parent
							
								
									85cd69adcb
								
							
						
					
					
						commit
						245cbb33bc
					
				@ -44,3 +44,10 @@ class ParamountNetworkIE(MTVServicesInfoExtractor):
 | 
			
		||||
 | 
			
		||||
    _FEED_URL = 'http://www.paramountnetwork.com/feeds/mrss/'
 | 
			
		||||
    _GEO_COUNTRIES = ['US']
 | 
			
		||||
 | 
			
		||||
    def _extract_mgid(self, webpage):
 | 
			
		||||
        cs = self._parse_json(self._search_regex(
 | 
			
		||||
            r'window\.__DATA__\s*=\s*({.+})',
 | 
			
		||||
            webpage, 'data'), None)['children']
 | 
			
		||||
        c = next(c for c in cs if c.get('type') == 'VideoPlayer')
 | 
			
		||||
        return c['props']['media']['video']['config']['uri']
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user