<%- include('../includes/header.ejs') %> <%- include('../includes/navigation.ejs') %>

<%- title %>

Search

<%if(results.length > 0){%>

Import Video Default Data

<%}%> <%if(results.length > 0){%>
  <%if(query.channel && query.channel != ''){%>        <%}%>
<%for(var i=0;i <% let title = results[i].title let length = 50 if (title.length > length) { title = title.substring(0, length - 4) + " ..."; } %> <% let description = results[i].description let lengthDes = 100 if (description.length > lengthDes) { description = description.substring(0, lengthDes - 4) + " ..."; } %>
<%- title %>

<%- description %>

 
<%}%>
<%if (paggingData) { %> <% } %>
<% }else{%> <% if(Object.keys(query).length){%>

No video found with your matching criteria.

<% }else{ %>

Please select criteria to search videos.

<% } %> <% } %>
<%- include('../includes/scripts.ejs') %> //UCvgteBQjoaxE0bhFkpu8qAw <%- include('../includes/footer.ejs') %>