From 23c2baadb3e48e46d263e1e9150e173ea92baa6a Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 22 Feb 2014 23:15:41 +0100
Subject: [PATCH] [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."
---
 youtube_dl/extractor/videobam.py | 1 +
 1 file changed, 1 insertion(+)

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