Extraction: Move playlist extraction to yt_data_extract

This commit is contained in:
James Taylor
2019-09-08 18:42:08 -07:00
parent c362a5e834
commit 89e5761f8d
3 changed files with 38 additions and 19 deletions

View File

@@ -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>