mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00: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
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz