mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	new ui n stuffü
This commit is contained in:
		
							parent
							
								
									b8131740eb
								
							
						
					
					
						commit
						534f9ec69a
					
				| @ -18,13 +18,14 @@ | |||||||
| --><!DOCTYPE html><html> | --><!DOCTYPE html><html> | ||||||
| <head> | <head> | ||||||
|     <title>PokeTube - Download Video</title> |     <title>PokeTube - Download Video</title> | ||||||
|  |     <meta content="<%=color%>" name="theme-color"> | ||||||
|     <link href=/css/yt-ukraine.svg?v=6 rel=icon> |     <link href=/css/yt-ukraine.svg?v=6 rel=icon> | ||||||
|     <link rel="preconnect" href="https://fonts.gstatic.com"> |     <link rel="preconnect" href="https://fonts.gstatic.com"> | ||||||
|     <link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">  |     <link href="https://fonts.googleapis.com/css2?family=Sigmar+One&display=swap" rel="stylesheet">  | ||||||
|     <meta content=website property=og:type> |     <meta content=website property=og:type> | ||||||
|     <meta content="Poketube" property=og:title> |     <meta content="PokeTube - Video Downloader" property=og:title> | ||||||
|     <meta content="Download a video on PokeTube" property=twitter:description> |     <meta content="Download this video by <%=video.Channel.Name%> on PokeTube" property=twitter:description> | ||||||
|     <meta content="https://cdn.glitch.com/ef5d02b7-c958-475a-b82d-d263d37e7ec7/poketubemain.png" property=og:image> |     <meta content="https://i.ytimg.com/vi/<%=video.id%>/maxresdefault.jpg" property=og:image> | ||||||
|     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet"> |     <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet"> | ||||||
|     <meta content=summary_large_image name=twitter:card> |     <meta content=summary_large_image name=twitter:card> | ||||||
|     <meta content=@PoketaleBot name=twitter:site> |     <meta content=@PoketaleBot name=twitter:site> | ||||||
| @ -173,9 +174,9 @@ summary:hover{ | |||||||
| 	    | 	    | ||||||
| 
 | 
 | ||||||
| <div class="playlist-page"> | <div class="playlist-page"> | ||||||
| 	<div class="playlist-info" style="border-radius:12px;font-family:'Inter';"> | <div class="playlist-info" style="border-radius:12px;font-family:'Inter';margin: 8px;padding: 18px;background-color: black;"> | ||||||
| 		<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg');border-radius: 5px;"> | 		<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg');border-radius: 5px;"> | ||||||
| 			<a href="/watch?v=<%=video.id%>">Watch It!</a> |       <a href="/watch?v=<%=video.id%>">Watch The Video</a>  | ||||||
| 		</div> | 		</div> | ||||||
|  		<p class="title"><%=video.Title%></p> |  		<p class="title"><%=video.Title%></p> | ||||||
| 		<span class="info"><%=engagement.viewCount.toLocaleString()%> Views • Uploaded <%=date%></span> | 		<span class="info"><%=engagement.viewCount.toLocaleString()%> Views • Uploaded <%=date%></span> | ||||||
| @ -189,27 +190,25 @@ summary:hover{ | |||||||
| 			</div> | 			</div> | ||||||
| 		</div> | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
|  |        | ||||||
|  |        | ||||||
| 	<div class="video-list download-list playlist-video-list"> | 	<div class="video-list download-list playlist-video-list"> | ||||||
| 		<div class="format-list"> | 		<div class="format-list"> | ||||||
| 			<h1 style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">DOWNLOAD THE VIDEO</h1> | 			<h1 style="font-family:'Ginto Nord';font-weight:900;white-space:yes;">DOWNLOAD THE VIDEO</h1> | ||||||
| 			<p>You can download the video by clicking on the "download" button bellow!</p> | 			<p>You can select a format that you want!</p> | ||||||
| 				<div class="download-format"> |  | ||||||
| 	  | 	  | ||||||
| 		  |       <div class="download-format" style="background: black;margin: 6px;border-radius: 14px;/*! text-align: center; */">					             <div>  | ||||||
| 				</div> |             HD720 | ||||||
| 				  |  | ||||||
| 				<div class="download-format"> |  | ||||||
| 					<div> |  | ||||||
|           HIGHEST QUALITY - MP4 FORMAT |  | ||||||
|           </div> |           </div> | ||||||
| 					<a style="color:#fff" href="/api/video/download?v=<%=video.id%>"> | 					<a style="color:#fff" href="/api/video/download?v=<%=video.id%>"> | ||||||
|             <i class="fas fa-download"></i> |             <i class="fas fa-download"></i> | ||||||
| 						Download  | 						Download  | ||||||
| 					</a> | 					</a> | ||||||
| 					 <p> | 				<br> | ||||||
|              we dont see the videos that you are downloading :P <br><br><a href="/privacy">Legal stuff</a> |  | ||||||
|           </p> |  | ||||||
| 				</div> | 				</div> | ||||||
|  |       	 <p> | ||||||
|  |              we dont see the videos that you are downloading :P  | ||||||
|  |           </p> | ||||||
| 		</div> | 		</div> | ||||||
| 	  | 	  | ||||||
| 	</div> | 	</div> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley