mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	Add an extractor for cmt.com (closes #2049)
It just inherits from MTVIE. Some videos also come from vevo.com
This commit is contained in:
		| @@ -129,7 +129,7 @@ class MTVIE(MTVServicesInfoExtractor): | ||||
|     def _real_extract(self, url): | ||||
|         mobj = re.match(self._VALID_URL, url) | ||||
|         video_id = mobj.group('videoid') | ||||
|         uri = mobj.group('mgid') | ||||
|         uri = mobj.groupdict().get('mgid') | ||||
|         if uri is None: | ||||
|             webpage = self._download_webpage(url, video_id) | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz