Add age limit to anysex, beeg, eporner, hornbuny and sunporno
[youtube-dl] / youtube_dl / extractor / beeg.py
index c2692cfdcc0d7d6a94620a290fb4e7f365953891..6f9f4433dd428e0c9273e2ff7c56979b71064516 100644 (file)
@@ -17,6 +17,7 @@ class BeegIE(InfoExtractor):
             'description': 'md5:6db3c6177972822aaba18652ff59c773',
             'categories': list,  # NSFW
             'thumbnail': 're:https?://.*\.jpg$',
+            'age_limit': 18,
         }
     }
 
@@ -50,4 +51,5 @@ class BeegIE(InfoExtractor):
             'description': description,
             'thumbnail': thumbnail,
             'categories': categories,
+            'age_limit': 18,
         }