1
0
Fork 0

[ie/web.archive:vlive] Remove extractor (#8132)

Closes #8122
Authored by: bashonly
This commit is contained in:
bashonly 2023-09-16 19:38:09 -05:00 committed by GitHub
commit 9652bca1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 237 deletions

View file

@ -21,7 +21,7 @@ from ..utils import (
class NaverBaseIE(InfoExtractor):
_CAPTION_EXT_RE = r'\.(?:ttml|vtt)'
@staticmethod # NB: Used in VLiveWebArchiveIE, WeverseIE
@staticmethod # NB: Used in WeverseIE
def process_subtitles(vod_data, process_url):
ret = {'subtitles': {}, 'automatic_captions': {}}
for caption in traverse_obj(vod_data, ('captions', 'list', ...)):