NO MORE WATCHING VIDEOS

This commit is contained in:
bingus_violet 2024-09-16 17:13:24 -05:00
parent 20596f374b
commit c435b38331
3 changed files with 10 additions and 70 deletions

View file

@ -1,35 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<meta property="og:site_name" content="Violet's Clipdump">
<meta property="og:url" content="https://fs.violets-purgatory.dev/watch/{VID_PATH}">
<meta property="og:type" content="video.other">
<meta property="og:title" content="{TITLE} ({VID_INFO})">
<meta property="og:video" content="https://fs.violets-purgatory.dev/{VID_PATH}">
<meta property="og:video:type" content="video/mp4">
<meta property="og:video:secure_url" content="https://fs.violets-purgatory.dev/{VID_PATH}">
<meta property="og:video:height" content="720">
<meta property="og:video:width" content="1280">
<title>{TITLE}</title>
</head>
<body>
<h1>{TITLE}</h1>
<p><a href="{BACK}">Back</a></p>
<p>{VID_INFO}</p>
<p><a href="/download/{VID_PATH}">Download</a> | <a href="https://url.viois.gay/makeURL?url=https%3A%2F%2Ffs.violets-purgatory.dev%2Fwatch%2F{VID_PATH}">Generate QuickURL link</a></p>
<div class="fadediv">
<video src="/{VID_PATH}" width="100%" controls></video>
</div>
</body>
</html>