Extraction: Detect limited state and fix false detection as unlisted

This commit is contained in:
James Taylor
2019-12-17 20:58:15 -08:00
parent 81c7ecf161
commit 45a4ab5ace
3 changed files with 14 additions and 2 deletions

View File

@@ -252,6 +252,9 @@
{%- if age_restricted -%}
<li class="age-restricted">Age-restricted</li>
{%- endif -%}
{%- if limited_state -%}
<li>Limited state</li>
{%- endif -%}
</ul>
<address>Uploaded by <a href="{{ uploader_channel_url }}">{{ uploader }}</a></address>
<span class="views">{{ views }} views</span>