-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels