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:
		| @@ -64,7 +64,7 @@ class SapoIE(InfoExtractor): | ||||
|         video_id = mobj.group('id') | ||||
| 
 | ||||
|         item = self._download_xml( | ||||
|             'http://rd3.videos.sapo.pt/%s/rss2' % video_id, video_id).find('./channel/item') | ||||
|             f'http://rd3.videos.sapo.pt/{video_id}/rss2', video_id).find('./channel/item') | ||||
| 
 | ||||
|         title = item.find('./title').text | ||||
|         description = item.find('./{http://videos.sapo.pt/mrss/}synopse').text | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro