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:
		| @@ -70,8 +70,8 @@ class DctpTvIE(InfoExtractor): | ||||
|             endpoint = next( | ||||
|                 server['endpoint'] | ||||
|                 for server in servers | ||||
|                 if url_or_none(server.get('endpoint')) and | ||||
|                 'cloudfront' in server['endpoint']) | ||||
|                 if url_or_none(server.get('endpoint')) | ||||
|                 and 'cloudfront' in server['endpoint']) | ||||
|         else: | ||||
|             endpoint = 'rtmpe://s2pqqn4u96e4j8.cloudfront.net/cfx/st/' | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․