[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."
This commit is contained in:
Philipp Hagemeister 2014-02-22 23:15:41 +01:00
parent 521ee82334
commit 23c2baadb3
1 changed files with 1 additions and 0 deletions

View File

@ -76,4 +76,5 @@ class VideoBamIE(InfoExtractor):
'uploader': uploader,
'view_count': view_count,
'formats': formats,
'age_limit': 18,
}