1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +00:00

[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
parent 538d37671a
commit 9652bca1bd
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', ...)):