Add 'subscribers' and 'videos' after corresponding numbers in channel item in search results

This commit is contained in:
James Taylor 2019-07-24 00:02:04 -07:00
parent e00c3cf99f
commit eb89c7426d

View File

@ -102,8 +102,8 @@
<a class="title" href="{{ info['url'] }}">{{ info['title'] }}</a>
<span>{{ info['subscriber_count'] }}</span>
<span>{{ info['size'] }}</span>
<span>{{ info['subscriber_count'] }} subscribers</span>
<span>{{ info['size'] }} videos</span>
<span class="description">{{ text_runs(info.get('description', '')) }}</span>
{% else %}