-
Notifications
You must be signed in to change notification settings - Fork 812
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
Videos with chapters? #625
Comments
Oh, I should have watched this specific video (I retrieved it just now as an example). Apparently they're just parsing the video description. I can probably do that myself, although it would still be useful to have something guaranteed to mirror youtube's own behavior. |
@fent Please can you reopen this issue as a feature request? It would be REALLY good to have |
sure, but this information is in the description like @Protected posted. so ytdl-core would simply parse the description and then add a |
To be clear, since youtube themselves are displaying the chapters on the video's timeline, there must be an "official" set of rules for how chapters are detected and extracted from the description... Currently on my project I'm simply embedding youtube-dl to do this for me and trust that they're keeping up to date. |
@Protected Yeah, I'm using youtube-dl too, but I want to replace it in favor of this lib, because youtube-dl requires Python to be installed on the end user machine. That's why I think it would be good to implement all youtube-dl features here e,g, auto-merge for high quality formats. |
🎉 This issue has been resolved in version 4.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Youtube videos can now have chapters. For example:
https://www.youtube.com/watch?v=BvyQ70PVI4s
youtube-dl -j gives me information on said chapters:
But as of now ytdl doesn't appear to do so. May I request this as an improvement for getInfo?
The text was updated successfully, but these errors were encountered: