mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-01 23:08:23 -04:00
Call extracted property age_limit everywhere
This commit is contained in:
@@ -117,7 +117,7 @@ class YouPornIE(InfoExtractor):
|
||||
'format': format,
|
||||
'thumbnail': thumbnail,
|
||||
'description': video_description,
|
||||
'age_restriction': age_limit,
|
||||
'age_limit': age_limit,
|
||||
})
|
||||
|
||||
if self._downloader.params.get('listformats', None):
|
||||
|
||||
Reference in New Issue
Block a user