mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-08 16:01:27 +00:00
Rename project
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<title><%= video_info["title"] %> - Invidious</title>
|
||||
<video style="width: 100%" poster="<%= video_info.has_key?("iurlhq720") ? video_info["iurlhq720"] : video_info["iurlmq"] %>" controls>
|
||||
<% fmt_stream.each do |fmt| %>
|
||||
<source src="<%= fmt["url"] %>" type="<%= fmt["type"].split(";")[0] %>">
|
||||
|
||||
Reference in New Issue
Block a user