mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 18:59:39 +00:00
Call extracted property age_limit everywhere
This commit is contained in:
@@ -47,6 +47,6 @@ class PornotubeIE(InfoExtractor):
|
||||
'title': video_title,
|
||||
'ext': 'flv',
|
||||
'format': 'flv',
|
||||
'age_restriction': age_limit}
|
||||
'age_limit': age_limit}
|
||||
|
||||
return [info]
|
||||
|
Reference in New Issue
Block a user