about summary refs log tree commit diff
path: root/youtube_dl/extractor/cammodels.py
diff options
context:
space:
mode:
authoriwconfig <snelhingst@gmail.com>2019-01-01 15:39:18 +0100
committerSergey M <dstftw@gmail.com>2019-01-01 21:39:18 +0700
commit9b5c8751eeb10fd41c560696d73fec3401055ddc (patch)
treef8c7d8ce474a4fcfb2009e8a3072db816709dbfb /youtube_dl/extractor/cammodels.py
parentd9f1123c08e21c7170b906c7de2562b7293f7a3c (diff)
downloadyoutube-dl-9b5c8751eeb10fd41c560696d73fec3401055ddc.tar.gz
youtube-dl-9b5c8751eeb10fd41c560696d73fec3401055ddc.tar.xz
youtube-dl-9b5c8751eeb10fd41c560696d73fec3401055ddc.zip
[extractors] Add missing age limits
Diffstat (limited to 'youtube_dl/extractor/cammodels.py')
-rw-r--r--youtube_dl/extractor/cammodels.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/cammodels.py b/youtube_dl/extractor/cammodels.py
index 79350817f..1eb81b75e 100644
--- a/youtube_dl/extractor/cammodels.py
+++ b/youtube_dl/extractor/cammodels.py
@@ -14,6 +14,7 @@ class CamModelsIE(InfoExtractor):
     _TESTS = [{
         'url': 'https://www.cammodels.com/cam/AutumnKnight/',
         'only_matching': True,
+        'age_limit': 18
     }]
 
     def _real_extract(self, url):
@@ -93,4 +94,5 @@ class CamModelsIE(InfoExtractor):
             'title': self._live_title(user_id),
             'is_live': True,
             'formats': formats,
+            'age_limit': 18
         }