[extractors] Add missing age limits
[youtube-dl] / youtube_dl / extractor / yourporn.py
index a9951f3b83090ec076d0f5549f8c5c7a5f09efe4..432d1fff42334b95616420bbe22545055f7cf1e6 100644 (file)
@@ -14,6 +14,7 @@ class YourPornIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'md5:c9f43630bd968267672651ba905a7d35',
             'thumbnail': r're:^https?://.*\.jpg$',
+            'age_limit': 18
         },
     }
 
@@ -38,4 +39,5 @@ class YourPornIE(InfoExtractor):
             'url': video_url,
             'title': title,
             'thumbnail': thumbnail,
+            'age_limit': 18
         }