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

@@ -429,6 +429,7 @@ def get_watch_page():
uploader = info['author'],
description = info['description'],
unlisted = info['unlisted'],
limited_state = info['limited_state'],
age_restricted = info['age_restricted'],
playability_error = info['playability_error'],
)