diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/templates/common_elements.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <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 %} |