summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-02-22 23:15:41 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-02-22 23:15:41 +0100
commit23c2baadb3e48e46d263e1e9150e173ea92baa6a (patch)
treea226db4b3f5692ef9bd76e3a26aebdd92d9b1f39
parent521ee823343544806cf7db95c32abf337aee8aab (diff)
downloadyoutube-dl-23c2baadb3e48e46d263e1e9150e173ea92baa6a.tar.gz
youtube-dl-23c2baadb3e48e46d263e1e9150e173ea92baa6a.tar.xz
youtube-dl-23c2baadb3e48e46d263e1e9150e173ea92baa6a.zip
[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.py1
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