mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:35:12 +00:00 
			
		
		
		
	[extractor/comedycentral] Add support for movies (#7108)
Closes #1926 Authored by: sqrtNOT
This commit is contained in:
		@@ -2,7 +2,7 @@ from .mtv import MTVServicesInfoExtractor
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ComedyCentralIE(MTVServicesInfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.)?cc\.com/(?:episodes|video(?:-clips)?|collection-playlist)/(?P<id>[0-9a-z]{6})'
 | 
			
		||||
    _VALID_URL = r'https?://(?:www\.)?cc\.com/(?:episodes|video(?:-clips)?|collection-playlist|movies)/(?P<id>[0-9a-z]{6})'
 | 
			
		||||
    _FEED_URL = 'http://comedycentral.com/feeds/mrss/'
 | 
			
		||||
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
@@ -25,6 +25,9 @@ class ComedyCentralIE(MTVServicesInfoExtractor):
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://www.cc.com/collection-playlist/cosnej/stand-up-specials/t6vtjb',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'https://www.cc.com/movies/tkp406/a-cluesterfuenke-christmas',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user