aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/hornbunny.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-09-01 22:38:40 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-09-01 22:38:40 +0200
commit9b330db7f00bd6f4755507cc9f687958acdd2c87 (patch)
treef9a3e9dcb6b0a704e7ff9eb652ed051122e9205b /youtube_dl/extractor/hornbunny.py
parent07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d (diff)
downloadyoutube-dl-9b330db7f00bd6f4755507cc9f687958acdd2c87.tar.xz
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
Diffstat (limited to 'youtube_dl/extractor/hornbunny.py')
-rw-r--r--youtube_dl/extractor/hornbunny.py4
1 files changed, 3 insertions, 1 deletions
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,
}