Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Youtube Annotations no longer download, and give 405 error #22045
Comments
|
Testing it with curl a bit, the POST request to the endpoint e.g. https://www.youtube.com/annotations_invideo?cap_hist=1&video_id=uaK1TSAXRvA&client=1 seems to require:
But I may have missed an even more-minimized approach to get annotations. |
Checklist
Verbose log
Description
The YouTube annotations endpoint no longer is a simple GET, but instead is a POST with some additional parameters and data. As a result, the annotations download fails. Here is an example:
The video does have annotations, and looking in the Chrome inspector they are downloaded during normal viewing in a browser, just with a different URL scheme than youtube-dl expects.