mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 09:17:07 -05:00 
			
		
		
		
	Correct simplify_title call in ComedyCentral IE
This commit is contained in:
		@@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
 | 
			
		||||
				'uploader': showId,
 | 
			
		||||
				'upload_date': officialDate,
 | 
			
		||||
				'title': effTitle,
 | 
			
		||||
				'stitle': self._simplify_title(effTitle),
 | 
			
		||||
				'stitle': _simplify_title(effTitle),
 | 
			
		||||
				'ext': 'mp4',
 | 
			
		||||
				'format': format,
 | 
			
		||||
				'thumbnail': None,
 | 
			
		||||
 
 | 
			
		||||
@@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
 | 
			
		||||
				'uploader': showId,
 | 
			
		||||
				'upload_date': officialDate,
 | 
			
		||||
				'title': effTitle,
 | 
			
		||||
				'stitle': self._simplify_title(effTitle),
 | 
			
		||||
				'stitle': _simplify_title(effTitle),
 | 
			
		||||
				'ext': 'mp4',
 | 
			
		||||
				'format': format,
 | 
			
		||||
				'thumbnail': None,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user