mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[tvigle] Add age limit
This commit is contained in:
parent
bf4adcac66
commit
271a2dbfa2
1 changed files with 1 additions and 0 deletions
|
@ -66,5 +66,6 @@ def _real_extract(self, url):
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
'upload_date': upload_date,
|
'upload_date': upload_date,
|
||||||
'like_count': like_count,
|
'like_count': like_count,
|
||||||
|
'age_limit': 18,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
}
|
}
|
Loading…
Reference in a new issue