mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:07:07 -05:00 
			
		
		
		
	VeohIE: remove debug logging
This commit is contained in:
		@@ -35,7 +35,7 @@ class VeohIE(InfoExtractor):
 | 
			
		||||
        info = self._search_regex(r'videoDetailsJSON = \'({.*?})\';', webpage, 'info')
 | 
			
		||||
        info = json.loads(info)
 | 
			
		||||
        video_url =  info.get('fullPreviewHashHighPath') or info.get('fullPreviewHashLowPath')
 | 
			
		||||
        self.to_screen(video_url)
 | 
			
		||||
 | 
			
		||||
        return {'id': info['videoId'], 
 | 
			
		||||
                'title': info['title'],
 | 
			
		||||
                'ext': determine_ext(video_url),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user