From: Philipp Hagemeister Date: Sat, 22 Feb 2014 22:15:41 +0000 (+0100) Subject: [videobam] Set age_limit to 18 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=23c2baadb3e48e46d263e1e9150e173ea92baa6a;p=youtube-dl [videobam] Set age_limit to 18 From [their ToS](http://videobam.com/terms): "User must be eighteen 18[sic] years of age or older to use or access this web site." --- diff --git a/youtube_dl/extractor/videobam.py b/youtube_dl/extractor/videobam.py index 3366d982c..cdfff05ae 100644 --- a/youtube_dl/extractor/videobam.py +++ b/youtube_dl/extractor/videobam.py @@ -76,4 +76,5 @@ class VideoBamIE(InfoExtractor): 'uploader': uploader, 'view_count': view_count, 'formats': formats, + 'age_limit': 18, } \ No newline at end of file