mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	[cleanup, utils] Don't use kwargs for format_field
				
					
				
			This commit is contained in:
		| @@ -89,7 +89,7 @@ class VineIE(InfoExtractor): | ||||
| 
 | ||||
|         username = data.get('username') | ||||
| 
 | ||||
|         alt_title = format_field(username, template='Vine by %s') | ||||
|         alt_title = format_field(username, None, 'Vine by %s') | ||||
| 
 | ||||
|         return { | ||||
|             'id': video_id, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan