aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/xvideos.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-19 21:16:14 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-19 21:16:14 +0200
commitf8b45beacccbc5c237b0a04a568b51d602b1c1d3 (patch)
treedcc6640eb64d9cba033a270135e2f26097d32480 /youtube_dl/extractor/xvideos.py
parent9d92015d436af21b1a6ef00837a1984d76b259e1 (diff)
parent50a6150ed9a0d5af39c27b5dba1e06deadd767cf (diff)
downloadyoutube-dl-f8b45beacccbc5c237b0a04a568b51d602b1c1d3.tar.xz
Merge remote-tracking branch 'rbrito/set-age'
Conflicts: youtube_dl/extractor/xhamster.py
Diffstat (limited to 'youtube_dl/extractor/xvideos.py')
-rw-r--r--youtube_dl/extractor/xvideos.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xvideos.py b/youtube_dl/extractor/xvideos.py
index c3b9736d7..90138d7e5 100644
--- a/youtube_dl/extractor/xvideos.py
+++ b/youtube_dl/extractor/xvideos.py
@@ -13,7 +13,8 @@ class XVideosIE(InfoExtractor):
u'file': u'939581.flv',
u'md5': u'1d0c835822f0a71a7bf011855db929d0',
u'info_dict': {
- u"title": u"Funny Porns By >>>>S<<<<<< -1"
+ u"title": u"Funny Porns By >>>>S<<<<<< -1",
+ u"age_limit": 18,
}
}
@@ -46,6 +47,7 @@ class XVideosIE(InfoExtractor):
'ext': 'flv',
'thumbnail': video_thumbnail,
'description': None,
+ 'age_limit': 18,
}
return [info]