1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-30 22:25:19 +00:00

[cleanup] Remove dead extractors (#13996)

Removes ArkenaIE, PladformIE, VevoIE, VevoPlaylistIE

Authored by: doe1080
This commit is contained in:
doe1080
2025-08-19 01:34:32 +09:00
committed by GitHub
parent c22660aed5
commit 6f4c1bb593
11 changed files with 4 additions and 700 deletions

View File

@@ -90,10 +90,6 @@ class DisneyIE(InfoExtractor):
webpage, 'embed data'), video_id)
video_data = page_data['video']
for external in video_data.get('externals', []):
if external.get('source') == 'vevo':
return self.url_result('vevo:' + external['data_id'], 'Vevo')
video_id = video_data['id']
title = video_data['title']