Youtube Annotation Downloader

He's dead, Jim

Youtube seems to have completely wiped the annotation database.

This website allows you to download Youtube video annotations. To download videos itself, go here.


This service is accessible via a browser script to directly download annotations from the video you are watching, without leaving Youtube.
Click here to view it.

API

To interface this, request https://cable.ayra.ch/ytdl/annotations.php?id=<id/url>
It's recommended to just submit the plain video id and not the full URL. Submitting the full URL will (if we are able to extract the Id) redirect to the proper request with the Id. This means if you plan on submitting URLs instead of Ids, you have to make sure your tool follows HTTP redirects.

On success, the script returns the raw XML file with the annotation content. On failure, an HTTP error is presented. This is most likely to happen if the Id doesn't exists.

Limitations and inner workings

We don't load the main video watch page at all, which should make this a pretty solid solution until the backend is completely shut down. This also means that it will likely continue to work for a while after YT no longer delivers annotations on their own.

We deliver the raw XML with annotation marks in it. We currently lack a documentation for the fields in the file but they are not obfuscated in any way.

We don't evaluate the XML file content. All videos have an annotation file with at least one entry.

Copyright © 2018 by Kevin Gut 📧 | More services | Generated for 18.116.85.127