[videobam] Set age_limit to 18
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 22 Feb 2014 22:15:41 +0000 (23:15 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 22 Feb 2014 22:15:41 +0000 (23:15 +0100)
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

index 3366d982c7fc8fcc54d0d037c15f0b2205bb3d77..cdfff05aefee79c1d99d38305e14a2f60a6aef97 100644 (file)
@@ -76,4 +76,5 @@ class VideoBamIE(InfoExtractor):
             'uploader': uploader,
             'view_count': view_count,
             'formats': formats,
+            'age_limit': 18,
         }
\ No newline at end of file