-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从 YouTube 影片中提取时间戳与字幕 #20
Comments
You can no longer enable 3rd party caption contributions support.google.com/youtube/answer/6052538?hl=en. And without them you get a 403 "The permissions associated with the request are not sufficient to download the caption track. |
This is trickier than I thought. YT doesn't expose such information for us to consume easily. As this is a good-to-have additional feature, I'd say we close it for now to focus on other stuff. We could bring this back later if we found a better solution. |
Saw a website can do so: And it actually also tells that there is a native way to view the transcript:
May be we can take a look on this way? |
I've actually already implemented a tool to extract captions from YouTube, but I'm currently unsure how to integrate it into maru. This might need to wait for further planning. |
I was just also thinking if using |
也许我们可以利用 YouTube 影片的时间戳来对其与校对歌词的时间,同时也也许也可以提供自动汇入字幕
需要调研一下 YT 是否有提供此 API
The text was updated successfully, but these errors were encountered: