mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[cleanup] Add more ruff rules (#10149)
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
This commit is contained in:
		| @@ -55,11 +55,11 @@ class ZapiksIE(InfoExtractor): | ||||
|                 r'data-media-id="(\d+)"', webpage, 'video id') | ||||
| 
 | ||||
|         playlist = self._download_xml( | ||||
|             'http://www.zapiks.fr/view/index.php?action=playlist&media_id=%s&lang=en' % video_id, | ||||
|             f'http://www.zapiks.fr/view/index.php?action=playlist&media_id={video_id}&lang=en', | ||||
|             display_id) | ||||
| 
 | ||||
|         NS_MAP = { | ||||
|             'jwplayer': 'http://rss.jwpcdn.com/' | ||||
|             'jwplayer': 'http://rss.jwpcdn.com/', | ||||
|         } | ||||
| 
 | ||||
|         def ns(path): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro