mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-07 06:27:17 +00:00
5 lines
260 B
Plaintext
5 lines
260 B
Plaintext
<video poster="<%= thumbnail %>" title="<%= video.title%>" id="player" class="video-js" data-setup="{}" style="width:100%;" controls>
|
|
<% fmt_stream.each do |fmt| %>
|
|
<source src="<%= fmt["url"]? %>" type='<%= fmt["type"]? %>'>
|
|
<% end %>
|
|
</video> |