diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-02-22 23:15:41 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-02-22 23:15:41 +0100 |
commit | 23c2baadb3e48e46d263e1e9150e173ea92baa6a (patch) | |
tree | a226db4b3f5692ef9bd76e3a26aebdd92d9b1f39 | |
parent | 521ee823343544806cf7db95c32abf337aee8aab (diff) |
[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."
-rw-r--r-- | youtube_dl/extractor/videobam.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |