We have the youtube directive for embedding videos. That embeds the whole video, starting from the very beginning. In some cases, it would be nice to link to a specific portion of a video, which is supported by YouTube but not by our youtube directive.
I have a custom Sphinx extension (read: nasty hack) in place to enable this, so my need is not urgent. But anyway.
We have the
youtube
directive for embedding videos. That embeds the whole video, starting from the very beginning. In some cases, it would be nice to link to a specific portion of a video, which is supported by YouTube but not by ouryoutube
directive.I have a custom Sphinx extension (read: nasty hack) in place to enable this, so my need is not urgent. But anyway.