mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[twitch:clips] Fix title extraction
This commit is contained in:
		@@ -609,7 +609,7 @@ class TwitchClipsIE(InfoExtractor):
 | 
			
		||||
                r'(?s)clipInfo\s*=\s*({.+?});', webpage, 'clip info'),
 | 
			
		||||
            video_id, transform_source=js_to_json)
 | 
			
		||||
 | 
			
		||||
        title = clip.get('channel_title') or self._og_search_title(webpage)
 | 
			
		||||
        title = clip.get('title') or clip.get('channel_title') or self._og_search_title(webpage)
 | 
			
		||||
 | 
			
		||||
        formats = [{
 | 
			
		||||
            'url': option['source'],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user