From eb89c7426d8918332558aaba9ff4b7547c507f96 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 24 Jul 2019 00:02:04 -0700 Subject: Add 'subscribers' and 'videos' after corresponding numbers in channel item in search results --- youtube/templates/common_elements.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'youtube/templates/common_elements.html') diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html index a6921e1..49e2fad 100644 --- a/youtube/templates/common_elements.html +++ b/youtube/templates/common_elements.html @@ -102,8 +102,8 @@ {{ info['title'] }} - {{ info['subscriber_count'] }} - {{ info['size'] }} + {{ info['subscriber_count'] }} subscribers + {{ info['size'] }} videos {{ text_runs(info.get('description', '')) }} {% else %} -- cgit v1.2.3