youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a7207cd58038b489bea96397b20b536cfc7a5dac
parent e8ef659cd943c3f238c302361f6b5282af4ed02f
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 14 Jun 2014 17:00:59 +0700

[wrzuta] Add age limit

Diffstat:
Myoutube_dl/extractor/wrzuta.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/wrzuta.py b/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), }