mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-08 13:09:42 +00:00
[tvigle] Add age limit
This commit is contained in:
@@ -66,5 +66,6 @@ class TvigleIE(InfoExtractor):
|
|||||||
'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,
|
||||||
}
|
}
|
Reference in New Issue
Block a user