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:
@@ -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