Correction Timecodes
Closed this issue · 4 comments
YouTube now offers corrections timecodes, I just tried adding one for this video:
https://thecodingtrain.com/tracks/pixels/pixels/painting-with-pixels
I manually added it to the YT description:
Corrections:
02:40 This old example is not using classes in JavaScript. Check the accompanying code for an updated version!
Maybe we should consider adding this to the JSON for each video as well as the description generator?
Would this need to be implemented on the website as well? YT doesn't seem to show the pop-up inside embeds.
Would this need to be implemented on the website as well? YT doesn't seem to show the pop-up inside embeds.
I don't think it needs to be no, but since I generate the descriptions from the JSON, I'd love to have it there for safe-keeping and consistency.We could render it to another "tab" like references, videos, etc. "Corrections" also.
This is pretty low priority as I only just used it for the first time on this one video... and don't know if I really plan on adding it to more places in the future. In theory, though, it's a great feature to be able to annotate mistakes and things that have changed.
Yes! Thanks for the reminder!