mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[vine] Relax alt_title (Closes #5677)
				
					
				
			This commit is contained in:
		| @@ -75,7 +75,7 @@ class VineIE(InfoExtractor): | ||||
|         return { | ||||
|             'id': video_id, | ||||
|             'title': self._og_search_title(webpage), | ||||
|             'alt_title': self._og_search_description(webpage), | ||||
|             'alt_title': self._og_search_description(webpage, default=None), | ||||
|             'description': data['description'], | ||||
|             'thumbnail': data['thumbnailUrl'], | ||||
|             'upload_date': unified_strdate(data['created']), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user