mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 00:07:08 -05:00 
			
		
		
		
	[extractor/generic] Add forgotten return for jwplayer formats
This commit is contained in:
		@@ -2554,6 +2554,7 @@ class GenericIE(InfoExtractor):
 | 
			
		||||
                    jwplayer_data, video_id, require_title=False)
 | 
			
		||||
                if not info.get('title'):
 | 
			
		||||
                    info['title'] = video_title
 | 
			
		||||
                return info
 | 
			
		||||
            except ExtractorError:
 | 
			
		||||
                pass
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user