mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-05-19 04:15:24 +00:00
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user