mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:27:07 -05:00 
			
		
		
		
	[comedycentral] Correct handling when latest tds episode is a special-episode instead of a regular one
This commit is contained in:
		@@ -130,7 +130,7 @@ class ComedyCentralShowsIE(InfoExtractor):
 | 
			
		||||
                raise ExtractorError('Invalid redirected URL: ' + url)
 | 
			
		||||
            if mobj.group('episode') == '':
 | 
			
		||||
                raise ExtractorError('Redirected URL is still not specific: ' + url)
 | 
			
		||||
            epTitle = mobj.group('episode').rpartition('/')[-1]
 | 
			
		||||
            epTitle = (mobj.group('episode') or mobj.group('videotitle')).rpartition('/')[-1]
 | 
			
		||||
 | 
			
		||||
        mMovieParams = re.findall('(?:<param name="movie" value="|var url = ")(http://media.mtvnservices.com/([^"]*(?:episode|video).*?:.*?))"', webpage)
 | 
			
		||||
        if len(mMovieParams) == 0:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user