From c0311f4dcc7f9c520b6ce7914b81212f666ce8e8 Mon Sep 17 00:00:00 2001 From: "yuriko.pozhilov" Date: Sun, 22 Mar 2026 13:42:40 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?templates=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/Home.html | 178 +++++++++++++++++++++++++++++ templates/Player.html | 210 ++++++++++++++++++++++++++++++++++ templates/Playlist.html | 245 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 633 insertions(+) create mode 100644 templates/Home.html create mode 100644 templates/Player.html create mode 100644 templates/Playlist.html diff --git a/templates/Home.html b/templates/Home.html new file mode 100644 index 0000000..3569cc1 --- /dev/null +++ b/templates/Home.html @@ -0,0 +1,178 @@ + + + + + + YT Stream Player + + + +
+ +

YT Stream Player

+

Paste any YouTube link to stream or download

+ + + + + + +
+
+ Fetching video info, please wait... +
+ +
+

Supported URL formats:

+ +
+

Supports streaming and direct download

+
+ + + + \ No newline at end of file diff --git a/templates/Player.html b/templates/Player.html new file mode 100644 index 0000000..a071680 --- /dev/null +++ b/templates/Player.html @@ -0,0 +1,210 @@ + + + + + + {{ meta.title }} + + + +
+ + + + + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + +
+ + +
+ +
+ +
+ + +
+

{{ meta.title }}

+
+ 📺 {{ meta.uploader }} + 👁 {{ meta.views }} views + ⏱ {{ meta.duration }} + 📅 {{ meta.upload_date }} +
+
{{ meta.description }}
+ +
+ +
+ + + + \ No newline at end of file diff --git a/templates/Playlist.html b/templates/Playlist.html new file mode 100644 index 0000000..b0d8ddf --- /dev/null +++ b/templates/Playlist.html @@ -0,0 +1,245 @@ + + + + + + {{ title }} + + + +
+ ← New video + + +
+ +
+ + +
+
+ + +
+ + +
+ + +
+
+
+ + +
+ Loading first video… +
+ + +
+
+

{{ title }}

+
+ 📺 {{ uploader }}  ·  {{ video_count }} videos +
+
+ + +
+ +
+ + + \ No newline at end of file