diff options
Diffstat (limited to 'youtube_dl/extractor/hornbunny.py')
-rw-r--r-- | youtube_dl/extractor/hornbunny.py | 4 |
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, } |