X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fhornbunny.py;h=d07105d66749aa154f3a952eef4137a0feccd0b2;hb=9b330db7f00bd6f4755507cc9f687958acdd2c87;hp=a42fba0cbaf548247d9fbb77365a211fc4a1ca30;hpb=5a3f0d9aeef3d50f28c47061e1128da115f5a06f;p=youtube-dl 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, }