mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[southparkstudios] Use the generic _real_extract provided by the base class
				
					
				
			This commit is contained in:
		| @@ -18,14 +18,6 @@ class SouthParkStudiosIE(MTVServicesInfoExtractor): | ||||
|         }, | ||||
|     }] | ||||
|  | ||||
|     def _real_extract(self, url): | ||||
|         mobj = re.match(self._VALID_URL, url) | ||||
|         url = u'http://www.' + mobj.group(u'url') | ||||
|         video_id = mobj.group('id') | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|         mgid = self._search_regex(r'swfobject.embedSWF\(".*?(mgid:.*?)"', | ||||
|                                   webpage, u'mgid') | ||||
|         return self._get_videos_info(mgid) | ||||
|  | ||||
| class SouthparkDeIE(SouthParkStudiosIE): | ||||
|     IE_NAME = u'southpark.de' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz