From 99a120c9b9dde706609cc4ae62872242905b8ac2 Mon Sep 17 00:00:00 2001 From: iwconfig Date: Mon, 24 Dec 2018 00:10:36 +0100 Subject: [PATCH] [camwithher] add missing age limit --- youtube_dl/extractor/camwithher.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/camwithher.py b/youtube_dl/extractor/camwithher.py index afbc5ea26..bbc5205fd 100644 --- a/youtube_dl/extractor/camwithher.py +++ b/youtube_dl/extractor/camwithher.py @@ -25,6 +25,7 @@ class CamWithHerIE(InfoExtractor): 'comment_count': int, 'uploader': 'MileenaK', 'upload_date': '20160322', + 'age_limit': 18, }, 'params': { 'skip_download': True, @@ -84,4 +85,5 @@ class CamWithHerIE(InfoExtractor): 'comment_count': comment_count, 'uploader': uploader, 'upload_date': upload_date, + 'age_limit': 18 }