richard icon indicating copy to clipboard operation
richard copied to clipboard

Add support for timecode links for YouTube videos

Open squiddy opened this issue 13 years ago • 3 comments

See #89. Right now, only videos embedded with HTML5 or wrapped by UniversalSubtitles are supported.

squiddy avatar May 17 '12 17:05 squiddy

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.

squiddy avatar Apr 01 '13 17:04 squiddy

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:

  1. 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
  2. investigate making UniversalSubtitles support enabled/disabled video-by-video somehow

?

willkg avatar Apr 01 '13 18:04 willkg

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.

willkg avatar Apr 10 '14 01:04 willkg