mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-03 16:15:14 +00:00 
			
		
		
		
	Update to comedycentral.py (cc.com)
Added cc.com as it's same as comedycentral.com and used, i.e. http://www.cc.com/video-clips/fmyq0m/broad-city-a-beautiful-railroad-style-apartment
This commit is contained in:
		@@ -14,7 +14,7 @@ from ..utils import (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class ComedyCentralIE(MTVServicesInfoExtractor):
 | 
					class ComedyCentralIE(MTVServicesInfoExtractor):
 | 
				
			||||||
    _VALID_URL = r'''(?x)https?://(?:www\.)?comedycentral\.com/
 | 
					    _VALID_URL = r'''(?x)https?://(?:www\.)?(comedycentral|cc)\.com/
 | 
				
			||||||
        (video-clips|episodes|cc-studios|video-collections)
 | 
					        (video-clips|episodes|cc-studios|video-collections)
 | 
				
			||||||
        /(?P<title>.*)'''
 | 
					        /(?P<title>.*)'''
 | 
				
			||||||
    _FEED_URL = 'http://comedycentral.com/feeds/mrss/'
 | 
					    _FEED_URL = 'http://comedycentral.com/feeds/mrss/'
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user