Call extracted property age_limit everywhere

This commit is contained in:
Philipp Hagemeister 2013-10-06 16:23:06 +02:00
parent 8dbe9899a9
commit cfadd183c4
4 changed files with 4 additions and 4 deletions

View file

@ -47,6 +47,6 @@ class PornotubeIE(InfoExtractor):
'title': video_title,
'ext': 'flv',
'format': 'flv',
'age_restriction': age_limit}
'age_limit': age_limit}
return [info]