1
0
Fork 0

[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
commit 6f4c1bb593
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 4 additions and 700 deletions

View file

@ -352,14 +352,6 @@ class OdnoklassnikiIE(InfoExtractor):
'subtitles': subtitles,
}
# pladform
if provider == 'OPEN_GRAPH':
info.update({
'_type': 'url_transparent',
'url': movie['contentId'],
})
return info
if provider == 'USER_YOUTUBE':
info.update({
'_type': 'url_transparent',