mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[IPrima] Remove test video_id
This commit is contained in:
		@@ -39,7 +39,7 @@ class IPrimaIE(InfoExtractor):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        req = sanitized_Request(
 | 
					        req = sanitized_Request(
 | 
				
			||||||
            'http://play.iprima.cz/prehravac/init?_infuse=1'
 | 
					            'http://play.iprima.cz/prehravac/init?_infuse=1'
 | 
				
			||||||
            '&_ts=%s&productId=%s' % (round(time.time()), 'p22201'))
 | 
					            '&_ts=%s&productId=%s' % (round(time.time()), video_id))
 | 
				
			||||||
        req.add_header('Referer', url)
 | 
					        req.add_header('Referer', url)
 | 
				
			||||||
        playerpage = self._download_webpage(req, video_id, note='Downloading player')
 | 
					        playerpage = self._download_webpage(req, video_id, note='Downloading player')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user