Add support for timecode links for YouTube videos
See #89. Right now, only videos embedded with HTML5 or wrapped by UniversalSubtitles are supported.
Looking into it. It's easy to do with the IFrame API, however the videos on pyvideo use the old (deprecated) object embed. I don't know if we can use the same code or if object embeds need more work.
The reason we're using the object embeds is because that's the only thing that UniversalSubtitles supported. But then UniversalSubtitles stopped working and I had to disable it site-wide.
So, maybe the solution here is to defer this specific problem and instead either:
- investigate whether UniversalSubtitles still has the problems we incurred months ago 1.1. if not, then we can enable UniversalSubtitles--yay! 1.2. if so, then fix UniversalSubtitles
- investigate making UniversalSubtitles support enabled/disabled video-by-video somehow
?
I re-added Amara subtitles! Yay!
Timecode links work! Yay!
There's a new Amara embedder, though. So I'm leaving this open until we switch to that to see if that also supports timecode links and/or whether we have to fix things.