mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Fix W504 and disable W503 (closes #20863)
This commit is contained in:
		| @@ -31,8 +31,8 @@ class OoyalaBaseIE(InfoExtractor): | ||||
|         title = metadata['title'] | ||||
|  | ||||
|         auth_data = self._download_json( | ||||
|             self._AUTHORIZATION_URL_TEMPLATE % (pcode, embed_code) + | ||||
|             compat_urllib_parse_urlencode({ | ||||
|             self._AUTHORIZATION_URL_TEMPLATE % (pcode, embed_code) | ||||
|             + compat_urllib_parse_urlencode({ | ||||
|                 'domain': domain, | ||||
|                 'supportedFormats': supportedformats or 'mp4,rtmp,m3u8,hds,dash,smooth', | ||||
|                 'embedToken': embed_token, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․