projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521ee82
)
[videobam] Set age_limit to 18
author
Philipp Hagemeister
<phihag@phihag.de>
Sat, 22 Feb 2014 22:15:41 +0000
(23:15 +0100)
committer
Philipp 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
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/videobam.py
b/youtube_dl/extractor/videobam.py
index 3366d982c7fc8fcc54d0d037c15f0b2205bb3d77..cdfff05aefee79c1d99d38305e14a2f60a6aef97 100644
(file)
--- 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