FileNotFoundError: [Errno 2] No such file or directory: 'subtitle_w7ejDZ8SWv8.en.vtt'
from ytcc.download import Download
video_id = 'w7ejDZ8SWv8'
download = Download()
# Language is optional and default to "en"
# YouTube uses "en","fr" not "en-US", "fr-FR"
captions = download.get_captions(video_id, 'en')
print(captions)
FileNotFoundError: [Errno 2] No such file or directory: 'subtitle_w7ejDZ8SWv8.en.vtt'