Rename project

This commit is contained in:
Omar Roth
2017-11-29 18:12:23 -06:00
parent 8ee5423af6
commit 383ed8b209
6 changed files with 13 additions and 17 deletions

View File

@@ -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] %>">