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:
		| @@ -23,7 +23,7 @@ class ZetlandDKArticleIE(InfoExtractor): | ||||
|             'description': 'md5:9619d426772c133f5abb26db27f26a01', | ||||
|             'timestamp': 1705377592, | ||||
|             'series_id': '62d54630-e87b-4ab1-a255-8de58dbe1b14', | ||||
|         } | ||||
|         }, | ||||
| 
 | ||||
|     }] | ||||
| 
 | ||||
| @@ -44,7 +44,7 @@ class ZetlandDKArticleIE(InfoExtractor): | ||||
|         return merge_dicts({ | ||||
|             'id': display_id, | ||||
|             'formats': formats, | ||||
|             'uploader_id': uploader_id | ||||
|             'uploader_id': uploader_id, | ||||
|         }, traverse_obj(story_data, { | ||||
|             'title': ((('story_content', 'content', 'title'), 'title'), {str}), | ||||
|             'uploader': ('sharer', 'name'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro