aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/playlist.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-08 18:42:08 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-08 18:42:08 -0700
commit89e5761f8d9ae4221c4a97eca3c0fce3405a5bc4 (patch)
tree02aa1b329ca5800992e077f988c19b14165cf5a0 /youtube/templates/playlist.html
parentc362a5e834d88524c154cb010be9dc909dcbe25d (diff)
downloadyt-local-89e5761f8d9ae4221c4a97eca3c0fce3405a5bc4.tar.lz
yt-local-89e5761f8d9ae4221c4a97eca3c0fce3405a5bc4.tar.xz
yt-local-89e5761f8d9ae4221c4a97eca3c0fce3405a5bc4.zip
Extraction: Move playlist extraction to yt_data_extract
Diffstat (limited to 'youtube/templates/playlist.html')
-rw-r--r--youtube/templates/playlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/playlist.html b/youtube/templates/playlist.html
index ab2640f..52c468e 100644
--- a/youtube/templates/playlist.html
+++ b/youtube/templates/playlist.html
@@ -55,7 +55,7 @@
<a class="playlist-author" href="{{ author_url }}">{{ author }}</a>
<div class="playlist-stats">
<div>{{ views }}</div>
- <div>{{ size }}</div>
+ <div>{{ size }} videos</div>
</div>
<div class="playlist-description">{{ common_elements.text_runs(description) }}</div>
</div>