mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:25:15 +00:00 
			
		
		
		
	[ooyala] Fix unresolved reference
This commit is contained in:
		@@ -59,7 +59,7 @@ class OoyalaBaseIE(InfoExtractor):
 | 
				
			|||||||
        if not videos_info:
 | 
					        if not videos_info:
 | 
				
			||||||
            formats = []
 | 
					            formats = []
 | 
				
			||||||
            auth_data = self._download_json(
 | 
					            auth_data = self._download_json(
 | 
				
			||||||
                'http://player.ooyala.com/sas/player_api/v1/authorization/embed_code/%s/%s?domain=www.example.org&supportedFormats=mp4,webm' % (embedCode, embedCode),
 | 
					                'http://player.ooyala.com/sas/player_api/v1/authorization/embed_code/%s/%s?domain=www.example.org&supportedFormats=mp4,webm' % (video_id, video_id),
 | 
				
			||||||
                video_id)
 | 
					                video_id)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            cur_auth_data = auth_data['authorization_data'][video_id]
 | 
					            cur_auth_data = auth_data['authorization_data'][video_id]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user