2022-08-12 20:02:07 +02:00
|
|
|
<!--
|
2022-06-08 16:13:19 +02:00
|
|
|
This Source Code Form is subject to the terms of the GNU General Public License:
|
|
|
|
|
|
|
|
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see https://www.gnu.org/licenses/.
|
|
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<head>
|
2022-06-08 18:05:05 +02:00
|
|
|
<title>Searching <%=q%> - PokeTube</title>
|
2022-08-15 11:09:02 +02:00
|
|
|
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
2022-09-01 14:54:15 +02:00
|
|
|
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
2022-06-08 16:13:19 +02:00
|
|
|
<link href=/css/app-cdn.min.css rel=stylesheet>
|
|
|
|
<link href=/css/app.main.css rel=stylesheet>
|
2022-08-15 11:09:02 +02:00
|
|
|
<link href=/css/search.main.css rel=stylesheet>
|
2022-08-12 02:20:36 +02:00
|
|
|
<link href=/css/watch.main.css rel=stylesheet>
|
2022-09-17 20:46:58 +02:00
|
|
|
<link rel="search" type="application/opensearchdescription+xml" title="PokeTube" href="https://poketube.fun/api/opensearch" />
|
2022-06-08 16:13:19 +02:00
|
|
|
<style>
|
|
|
|
a.class:hover {
|
|
|
|
text-decoration:underline;
|
|
|
|
font-weight:bold
|
|
|
|
}
|
|
|
|
summary{
|
|
|
|
color:blue;
|
|
|
|
}
|
|
|
|
summary:hover{
|
|
|
|
color:red;
|
|
|
|
}
|
2022-08-12 15:46:36 +02:00
|
|
|
* {
|
|
|
|
color:#fff
|
|
|
|
}
|
2022-07-07 13:34:13 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Ginto Nord';
|
|
|
|
font-weight: 800;
|
2022-09-27 16:57:40 +02:00
|
|
|
src:url('https://p.poketube.fun/https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
2022-07-07 13:34:13 +02:00
|
|
|
}
|
|
|
|
|
2022-09-27 16:57:40 +02:00
|
|
|
</style> <link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
2022-08-12 15:46:36 +02:00
|
|
|
|
2022-08-12 02:20:36 +02:00
|
|
|
<style>
|
|
|
|
|
|
|
|
nav {
|
2022-08-12 15:46:36 +02:00
|
|
|
background:none
|
2022-08-12 02:20:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
nav .right {
|
|
|
|
display: flex;
|
|
|
|
border-radius: 5px;
|
|
|
|
justify-content: normal;
|
|
|
|
padding-left: 0px;
|
|
|
|
align-items: center;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .left {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding-left: 0px;
|
|
|
|
margin-right: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
nav .middle {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2022-08-12 15:46:36 +02:00
|
|
|
|
|
|
|
.app{
|
2022-09-01 13:30:39 +02:00
|
|
|
background-image:url("/css/head.svg");
|
2022-09-01 13:45:38 +02:00
|
|
|
background-size: cover;
|
2022-09-01 13:30:39 +02:00
|
|
|
background-repeat: no-repeat;
|
2022-08-12 15:46:36 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* nice classname am i rigth */
|
|
|
|
.discover-some-bitches{
|
|
|
|
text-align: center;
|
|
|
|
width: 673px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2022-08-12 02:20:36 +02:00
|
|
|
</style>
|
2022-06-08 18:05:05 +02:00
|
|
|
</head>
|
|
|
|
|
2022-06-08 16:13:19 +02:00
|
|
|
<body>
|
|
|
|
<center>
|
2022-09-01 14:54:15 +02:00
|
|
|
|
2022-06-08 16:13:19 +02:00
|
|
|
<link href=https://pro.fontawesome.com/releases/v5.15.3/css/all.css rel=stylesheet>
|
2022-08-12 20:02:07 +02:00
|
|
|
|
|
|
|
<div class="app" >
|
2022-08-12 15:46:36 +02:00
|
|
|
|
|
|
|
<nav>
|
2022-08-12 20:04:52 +02:00
|
|
|
<div class="left" style="padding-left: 9px;">
|
2022-08-12 15:46:36 +02:00
|
|
|
<a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff> <img style="transform: scale(1.3);width:8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"></a>
|
|
|
|
</div>
|
|
|
|
<div class=right>
|
|
|
|
<a href="/domains"><i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-server"></i> </a>
|
|
|
|
<a href="/privacy"><i class="fa-light fa-shield"></i></a>
|
|
|
|
<a href="/video/upload?from="><i class="fa-light fa-video"></i></a>
|
|
|
|
<a href="https://github.com/iamashley0/poketube/issues"><i class="fa-light fa-bug"></i></a>
|
2022-06-08 16:13:19 +02:00
|
|
|
</div>
|
2022-08-12 15:46:36 +02:00
|
|
|
|
|
|
|
</nav><br>
|
|
|
|
|
|
|
|
|
2022-08-12 20:02:07 +02:00
|
|
|
|
2022-08-12 15:46:36 +02:00
|
|
|
<div class="discover-some-bitches">
|
|
|
|
<div class="video-title" style="font-family:'Ginto nord';font-weight:900;white-space:yes;font-size: xxx-large;">SEARCHING VIDEOS ON POKETUBE</div>
|
|
|
|
<div class="video-info-bar" style="font-family:'Ginto nord';border-bottom:none;padding:0;font-size: small;">
|
|
|
|
Wow ur searching videos?? how
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-08-12 20:02:07 +02:00
|
|
|
|
2022-08-12 15:46:36 +02:00
|
|
|
<div class=search>
|
2022-08-12 20:02:07 +02:00
|
|
|
|
2022-08-12 15:46:36 +02:00
|
|
|
<form action=/search>
|
2022-08-12 20:44:27 +02:00
|
|
|
<input class="search-bar" autocomplete="on" id="fname" name="query" value="<%=q%>" placeholder="search some videos lol "style="color:#fff;font-family:Inter,sans-serif;border-radius: 8px;">
|
2022-08-12 20:02:07 +02:00
|
|
|
|
|
|
|
|
2022-08-12 15:46:36 +02:00
|
|
|
<button class="btn btn-success" type=submit><i class="fa-light fa-search"></i></button></form>
|
|
|
|
</div>
|
2022-08-12 20:02:07 +02:00
|
|
|
<br> <br>
|
|
|
|
<br> <br>
|
|
|
|
<br> <br style="display: none;">
|
|
|
|
|
2022-08-12 15:46:36 +02:00
|
|
|
</div>
|
2022-08-12 20:02:07 +02:00
|
|
|
<div class="channel-page" style="background-color: var(--channel-contents-background);">
|
|
|
|
|
2022-08-24 15:22:16 +02:00
|
|
|
<% if (Array.isArray( j.Search.Results.Video)) { %>
|
2022-09-25 18:05:23 +02:00
|
|
|
<p style="font-family: Inter;">
|
|
|
|
<%=j.Search.estimatedResults.toLocaleString()%> Results
|
|
|
|
</p>
|
2022-06-08 16:13:19 +02:00
|
|
|
<% j.Search.Results.Video.forEach(x => { %>
|
|
|
|
<div class="video-list">
|
2022-09-25 18:05:23 +02:00
|
|
|
|
2022-06-08 16:13:19 +02:00
|
|
|
<div class="video">
|
|
|
|
<a
|
|
|
|
href="/watch?v=<%= x.id %>"
|
|
|
|
class="thumbnail"
|
2022-08-15 11:09:02 +02:00
|
|
|
style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;"
|
2022-06-08 16:13:19 +02:00
|
|
|
><span class="video-length"><%=x.duration %></span></a>
|
2022-06-08 18:05:05 +02:00
|
|
|
<div class="info" style="color:#fff;text-align: left;">
|
2022-07-07 13:34:13 +02:00
|
|
|
<a style="color:#fff;font-family: 'Ginto Nord'" href="/watch?v=<%= x.id %>" class="title max-lines-2"
|
2022-06-08 16:13:19 +02:00
|
|
|
><%= x.Title %></a>
|
2022-07-07 13:34:13 +02:00
|
|
|
<div style="display: flex; flex-direction: column; row-gap: 8px;font-family: 'Inter'">
|
2022-06-22 15:33:55 +02:00
|
|
|
<a href="/watch?v=<%= x.id %>"><span><%= x.views %> views</span> <span>•</span> <span><%= x.uploadedAt %></span></a>
|
2022-06-08 18:05:05 +02:00
|
|
|
<a href="/channel?id=<%= x.Channel.id %>">By <%=x.Channel.Name %></a>
|
2022-06-08 16:13:19 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-08-12 20:02:07 +02:00
|
|
|
|
|
|
|
</div>
|
2022-08-24 15:27:02 +02:00
|
|
|
|
|
|
|
<% }) %>
|
2022-09-25 18:05:23 +02:00
|
|
|
|
|
|
|
<a style="background-color: #353030;width: fit-content;border-radius: 3px;padding: 4px;" href="/search?query=<%=q%>&continuation=<%=j.Search.continuation%>">Next Page</a>
|
|
|
|
|
2022-08-24 15:22:16 +02:00
|
|
|
<% } %>
|
|
|
|
<% if (!Array.isArray( j.Search.Results.Video)) { %>
|
|
|
|
<br>
|
|
|
|
<h1 style="font-family:'Ginto nord';font-weight:900;white-space:yes;">
|
|
|
|
<img src="https://p.poketube.fun/https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse2.explicit.bing.net%2Fth%3Fid%3DOIP.GUMY7MavfJyrfhjKbPKB9wHaDt%26pid%3DApi&f=1">
|
|
|
|
</h1>
|
|
|
|
<p>A error occured while searching. perhaps try refresing the page lol</p>
|
|
|
|
<p>
|
|
|
|
You can try other alternatives to access this resource such as:
|
|
|
|
<b>
|
|
|
|
<a href="https://invidio.us/results?q=<%=q%>">Invidious</a>
|
|
|
|
</b>
|
|
|
|
or
|
|
|
|
<b>
|
|
|
|
<a href="https://tube.kuylar.dev/results?search_query=<%=q%>">lighttube</a>
|
|
|
|
</b>
|
|
|
|
</p>
|
|
|
|
<% } %>
|
|
|
|
|
|
|
|
|
2022-08-12 20:44:27 +02:00
|
|
|
</a>
|
|
|
|
</div>
|
2022-06-08 16:13:19 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
|