diff options
author | iwconfig <snelhingst@gmail.com> | 2019-01-01 15:39:18 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2019-01-01 21:39:18 +0700 |
commit | 9b5c8751eeb10fd41c560696d73fec3401055ddc (patch) | |
tree | f8c7d8ce474a4fcfb2009e8a3072db816709dbfb /youtube_dl/extractor/camwithher.py | |
parent | d9f1123c08e21c7170b906c7de2562b7293f7a3c (diff) |
[extractors] Add missing age limits
Diffstat (limited to 'youtube_dl/extractor/camwithher.py')
-rw-r--r-- | youtube_dl/extractor/camwithher.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |