mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[wrzuta] Add age limit
This commit is contained in:
parent
e8ef659cd9
commit
a7207cd580
@ -77,4 +77,5 @@ def _real_extract(self, url):
|
||||
'duration': int_or_none(embedpage['duration']),
|
||||
'uploader_id': uploader,
|
||||
'description': self._og_search_description(webpage),
|
||||
'age_limit': embedpage.get('minimalAge', 0),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user