Add age limit to anysex, beeg, eporner, hornbuny and sunporno

This commit is contained in:
Jaime Marquínez Ferrándiz
2014-09-01 22:38:40 +02:00
parent 07e7dc4bdc
commit 9b330db7f0
5 changed files with 11 additions and 1 deletions

View 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,
}