Add the missing age_limit tags; added a devscript to do a superficial check for porn sites without the age_limit tag in the test

This commit is contained in:
Filippo Valsorda 2013-10-28 01:50:17 -04:00
parent 82f0ac657c
commit 750e9833b8
7 changed files with 59 additions and 4 deletions

View file

@ -21,6 +21,7 @@ class PornHubIE(InfoExtractor):
u'info_dict': {
u"uploader": u"BABES-COM",
u"title": u"Seductive Indian beauty strips down and fingers her pink pussy",
u"age_limit": 18
}
}
@ -64,4 +65,5 @@ class PornHubIE(InfoExtractor):
'title': video_title,
'thumbnail': thumbnail,
'formats': formats,
'age_limit': 18,
}