mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +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:
		| @@ -58,7 +58,7 @@ class ExpressenIE(InfoExtractor): | ||||
|         def extract_data(name): | ||||
|             return self._parse_json( | ||||
|                 self._search_regex( | ||||
|                     r'data-%s=(["\'])(?P<value>(?:(?!\1).)+)\1' % name, | ||||
|                     rf'data-{name}=(["\'])(?P<value>(?:(?!\1).)+)\1', | ||||
|                     webpage, 'info', group='value'), | ||||
|                 display_id, transform_source=unescapeHTML) | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro