1
0
Fork 0
mirror of https://codeberg.org/polarisfm/youtube-dl.git synced 2024-12-26 09:36:46 +00:00

[wrzuta] Add age limit

This commit is contained in:
Sergey M․ 2014-06-14 17:00:59 +07:00
parent e8ef659cd9
commit a7207cd580

View file

@ -77,4 +77,5 @@ class WrzutaIE(InfoExtractor):
'duration': int_or_none(embedpage['duration']),
'uploader_id': uploader,
'description': self._og_search_description(webpage),
'age_limit': embedpage.get('minimalAge', 0),
}