[wrzuta] Add age limit

master
Sergey M․ 10 years ago
parent e8ef659cd9
commit a7207cd580
  1. 1
      youtube_dl/extractor/wrzuta.py

@ -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),
}

Loading…
Cancel
Save