From d71de8ab2490081c184dd8a30cc8c8d2cf718286 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 11 Sep 2024 00:57:26 +0200 Subject: Handle downloading with yt-dlp and serving video --- templates/vid.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/vid.html (limited to 'templates/vid.html') diff --git a/templates/vid.html b/templates/vid.html new file mode 100644 index 0000000..6383e2b --- /dev/null +++ b/templates/vid.html @@ -0,0 +1,6 @@ +{{define "title"}}Index{{end}} +{{define "content"}} + +{{end}} -- cgit v1.2.3