mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 07:57:07 -05:00 
			
		
		
		
	[comedycentral] Recognize ‘video-collections’ urls (#2072)
This commit is contained in:
		@@ -12,7 +12,9 @@ from ..utils import (
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ComedyCentralIE(MTVServicesInfoExtractor):
 | 
			
		||||
    _VALID_URL = r'https?://(?:www.)?comedycentral.com/(video-clips|episodes|cc-studios)/(?P<title>.*)'
 | 
			
		||||
    _VALID_URL = r'''(?x)https?://(?:www.)?comedycentral.com/
 | 
			
		||||
        (video-clips|episodes|cc-studios|video-collections)
 | 
			
		||||
        /(?P<title>.*)'''
 | 
			
		||||
    _FEED_URL = u'http://comedycentral.com/feeds/mrss/'
 | 
			
		||||
 | 
			
		||||
    _TEST = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user