From 9b330db7f00bd6f4755507cc9f687958acdd2c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Mon, 1 Sep 2014 22:38:40 +0200 Subject: Add age limit to anysex, beeg, eporner, hornbuny and sunporno --- youtube_dl/extractor/hornbunny.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'youtube_dl/extractor/hornbunny.py') diff --git a/youtube_dl/extractor/hornbunny.py b/youtube_dl/extractor/hornbunny.py index a42fba0cb..d07105d66 100644 --- a/youtube_dl/extractor/hornbunny.py +++ b/youtube_dl/extractor/hornbunny.py @@ -15,7 +15,8 @@ class HornBunnyIE(InfoExtractor): 'id': '5227', 'ext': 'flv', 'title': 'panty slut jerk off instruction', - 'duration': 550 + 'duration': 550, + 'age_limit': 18, } } @@ -41,4 +42,5 @@ class HornBunnyIE(InfoExtractor): 'ext': 'flv', 'duration': duration, 'view_count': int_or_none(view_count), + 'age_limit': 18, } -- cgit v1.2.3