<% for (var i=0;i < items.length;i++) { var track = items[i]; %>
@@ -21,11 +29,11 @@
">
<%= i==0 ? "Found matches using this link" : "" %>
<% if (track.type == "video") { %>
-
-
-
-
More Youtube matches
- <% } else if (track.streamUrl) { %>
+
+
+
+
More Youtube matches
+ <% } else if (track.streamUrl) { %>

@@ -45,8 +53,36 @@
<% if((i+1)%4 == 0) { %>
<% } %>
<% } %>
-
+
<% include footer.ejs %>