From f7b0c3df4001292750c4b5479d113c08a2e36081 Mon Sep 17 00:00:00 2001 From: pluja Date: Fri, 4 Sep 2020 07:54:04 +0200 Subject: [PATCH] #18: Proxy more images --- app/templates/_video_item.html | 2 +- app/templates/channel.html | 2 +- app/templates/ytsearch.html | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/templates/_video_item.html b/app/templates/_video_item.html index a24b977..d48ef07 100644 --- a/app/templates/_video_item.html +++ b/app/templates/_video_item.html @@ -1,6 +1,6 @@
- Thumbnail + Thumbnail
{{video.videoTitle}} diff --git a/app/templates/channel.html b/app/templates/channel.html index 171880f..a4f3c5b 100644 --- a/app/templates/channel.html +++ b/app/templates/channel.html @@ -4,7 +4,7 @@
- Avatar + Avatar
diff --git a/app/templates/ytsearch.html b/app/templates/ytsearch.html index 8af14a0..a7f7e23 100644 --- a/app/templates/ytsearch.html +++ b/app/templates/ytsearch.html @@ -58,8 +58,6 @@ {% include '_video_item.html' %} {% endfor %}
- {% else %} - {% include '_empty_feed.html' %} {% endif %}