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:
		| @@ -16,13 +16,12 @@ class KTHIE(InfoExtractor): | ||||
|             'timestamp': 1647345358, | ||||
|             'upload_date': '20220315', | ||||
|             'uploader_id': 'md5:0ec23e33a89e795a4512930c8102509f', | ||||
|         } | ||||
|         }, | ||||
|     } | ||||
| 
 | ||||
|     def _real_extract(self, url): | ||||
|         video_id = self._match_id(url) | ||||
|         result = self.url_result( | ||||
|             smuggle_url('kaltura:308:%s' % video_id, { | ||||
|         return self.url_result( | ||||
|             smuggle_url(f'kaltura:308:{video_id}', { | ||||
|                 'service_url': 'https://api.kaltura.nordu.net'}), | ||||
|             'Kaltura') | ||||
|         return result | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro