You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Currently, when fetching subtitles from YouTube videos, it is unclear how to select a specific subtitle language or retrieve all available subtitle files. This limitation can make it challenging to work with videos that offer multiple subtitle languages. Can you support for selecting subitle languages or fetching all subtiles? It would significantly enhance the tool’s functionality and versatility. Thanks for your works.
The text was updated successfully, but these errors were encountered:
Currently, this node retrieves the automatically generated transcripts from YouTube, not the subtitles. Unfortunately, earlier this year, YouTube made changes to their internal API, which broke many libraries that were used to fetch subtitles. Because of this, it’s no longer straightforward to retrieve subtitles in specific languages or all available subtitle files.
If a reliable method to access YouTube subtitles becomes available again, I’d be happy to build a new node or extend this one to support that functionality. Until then, the current implementation focuses on transcripts as a workaround.
Thank you for understanding, and I appreciate your support!
Thank you for your detailed explanation and thoughtful response. I appreciate your transparency about the current limitations and challenges due to YouTube’s API changes. I look forward to future developments and improvements.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when fetching subtitles from YouTube videos, it is unclear how to select a specific subtitle language or retrieve all available subtitle files. This limitation can make it challenging to work with videos that offer multiple subtitle languages. Can you support for selecting subitle languages or fetching all subtiles? It would significantly enhance the tool’s functionality and versatility. Thanks for your works.
The text was updated successfully, but these errors were encountered: