diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-08 18:42:08 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-08 18:42:08 -0700 |
commit | 89e5761f8d9ae4221c4a97eca3c0fce3405a5bc4 (patch) | |
tree | 02aa1b329ca5800992e077f988c19b14165cf5a0 /youtube/templates | |
parent | c362a5e834d88524c154cb010be9dc909dcbe25d (diff) | |
download | yt-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')
-rw-r--r-- | youtube/templates/playlist.html | 2 |
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> |