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