mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 08:07:06 -05:00 
			
		
		
		
	[ooyala] remove print statment
This commit is contained in:
		@@ -12,7 +12,6 @@ from ..utils import (
 | 
			
		||||
class OoyalaBaseIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
    def _extract(self, player_url, video_id):
 | 
			
		||||
        print(player_url)
 | 
			
		||||
        content_tree = self._download_json(player_url, video_id)['content_tree']
 | 
			
		||||
        metadata = content_tree[list(content_tree)[0]]
 | 
			
		||||
        embed_code = metadata['embed_code']
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user