youtube-dl

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

commit 23c2baadb3e48e46d263e1e9150e173ea92baa6a
parent 521ee823343544806cf7db95c32abf337aee8aab
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 22 Feb 2014 23:15:41 +0100

[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."

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

diff --git 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