From: Christian Heller
Date: Sat, 23 Nov 2024 05:33:29 +0000 (+0100)
Subject: Change "video_about" namens into "yt_video" or variation thereof.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/%7B%7Bprefix%7D%7D/bar%20baz.html?a=commitdiff_plain;h=4e25ace0cfcb49ed40cc921ae5030660b40ef975;p=ytplom
Change "video_about" namens into "yt_video" or variation thereof.
---
diff --git a/templates/results.tmpl b/templates/results.tmpl
index 124704a..db9d9a5 100644
--- a/templates/results.tmpl
+++ b/templates/results.tmpl
@@ -7,14 +7,14 @@
{% for video in videos %}
-
+
|
{{video.definition}}
{{video.duration}}
|
-{{video.title}} · {{video.description}}
+{{video.title}} · {{video.description}}
|
{% endfor %}
diff --git a/templates/video_about.tmpl b/templates/video_about.tmpl
deleted file mode 100644
index 358cced..0000000
--- a/templates/video_about.tmpl
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-playlist · videos · queries
-
-title: | {{video_data.title}} |
-thumbnail: | |
-description: | {{video_data.description}} |
-duration: | {{video_data.duration}} |
-definition: | {{video_data.definition}} |
-YouTube ID: | {{video_data.id_}} (watch) |
-download: | {% if is_temp %}working on it{% else %}{{ file_path if file_path else "please do" }}{% endif %} |
-
-linked queries: |
-
-
- |
-
-
-
-
-
diff --git a/templates/videos.tmpl b/templates/videos.tmpl
index daba8ed..3fb3648 100644
--- a/templates/videos.tmpl
+++ b/templates/videos.tmpl
@@ -5,7 +5,7 @@
downloaded videos:
+playlist · videos · queries
+
+title: | {{video_data.title}} |
+thumbnail: | |
+description: | {{video_data.description}} |
+duration: | {{video_data.duration}} |
+definition: | {{video_data.definition}} |
+YouTube ID: | {{video_data.id_}} (watch) |
+download: | {% if is_temp %}working on it{% else %}{{ file_path if file_path else "please do" }}{% endif %} |
+
+linked queries: |
+
+
+ |
+
+
+
+