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

@ -22,6 +22,7 @@ class Tube8IE(InfoExtractor):
u"description": u"hot teen Kasia grinding",
u"uploader": u"unknown",
u"title": u"Kasia music video",
u"age_limit": 18,
}
}
@ -60,4 +61,5 @@ class Tube8IE(InfoExtractor):
'ext': extension,
'format': format,
'format_id': format,
'age_limit': 18,
}