mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup] Remove dead extractors (#13996)
Removes ArkenaIE, PladformIE, VevoIE, VevoPlaylistIE Authored by: doe1080
This commit is contained in:
		| @@ -111,12 +111,8 @@ class MySpaceIE(InfoExtractor): | ||||
|                 search_data('stream-url'), search_data('hls-stream-url'), | ||||
|                 search_data('http-stream-url')) | ||||
|             if not formats: | ||||
|                 vevo_id = search_data('vevo-id') | ||||
|                 youtube_id = search_data('youtube-id') | ||||
|                 if vevo_id: | ||||
|                     self.to_screen(f'Vevo video detected: {vevo_id}') | ||||
|                     return self.url_result(f'vevo:{vevo_id}', ie='Vevo') | ||||
|                 elif youtube_id: | ||||
|                 if youtube_id: | ||||
|                     self.to_screen(f'Youtube video detected: {youtube_id}') | ||||
|                     return self.url_result(youtube_id, ie='Youtube') | ||||
|                 else: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 doe1080
					doe1080