mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[youtube] Fix episode metadata extraction
This commit is contained in:
		@@ -3618,7 +3618,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
 | 
			
		||||
                        lambda x: x['superTitleIcon']['iconType']) == 'LOCATION_PIN':
 | 
			
		||||
                    info['location'] = stl
 | 
			
		||||
                else:
 | 
			
		||||
                    mobj = re.search(r'(.+?)\s*S(\d+)\s*•\s*E(\d+)', stl)
 | 
			
		||||
                    mobj = re.search(r'(.+?)\s*S(\d+)\s*•?\s*E(\d+)', stl)
 | 
			
		||||
                    if mobj:
 | 
			
		||||
                        info.update({
 | 
			
		||||
                            'series': mobj.group(1),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user