mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[twitch] Allow untitled videos (Closes #6585)
This commit is contained in:
		| @@ -132,7 +132,7 @@ class TwitchItemBaseIE(TwitchBaseIE): | ||||
|     def _extract_info(self, info): | ||||
|         return { | ||||
|             'id': info['_id'], | ||||
|             'title': info['title'], | ||||
|             'title': info.get('title') or 'Untitled Broadcast', | ||||
|             'description': info['description'], | ||||
|             'duration': info['length'], | ||||
|             'thumbnail': info['preview'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․