1
0
Fork 0

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
commit 9b330db7f0
5 changed files with 11 additions and 1 deletions

View file

@ -23,6 +23,7 @@ class SunPornoIE(InfoExtractor):
'description': 'md5:a31241990e1bd3a64e72ae99afb325fb',
'thumbnail': 're:^https?://.*\.jpg$',
'duration': 302,
'age_limit': 18,
}
}
@ -65,4 +66,5 @@ class SunPornoIE(InfoExtractor):
'view_count': view_count,
'comment_count': comment_count,
'formats': formats,
'age_limit': 18,
}