Explorar el Código

[wrzuta] Add age limit

Sergey M․ hace 11 años
padre
commit
a7207cd580
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      youtube_dl/extractor/wrzuta.py

+ 1 - 0
youtube_dl/extractor/wrzuta.py

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