mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[ok] Add age_limit to tests
This commit is contained in:
parent
d7bb8884af
commit
9f2e7c2f34
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ class OdnoklassnikiIE(InfoExtractor):
|
|||
'uploader_id': '330537914540',
|
||||
'uploader': 'Виталий Добровольский',
|
||||
'like_count': int,
|
||||
'age_limit': 0,
|
||||
},
|
||||
}, {
|
||||
# metadataUrl
|
||||
|
@ -38,6 +39,7 @@ class OdnoklassnikiIE(InfoExtractor):
|
|||
'uploader_id': '534380003155',
|
||||
'uploader': 'Андрей Мещанинов',
|
||||
'like_count': int,
|
||||
'age_limit': 0,
|
||||
},
|
||||
}, {
|
||||
'url': 'http://ok.ru/web-api/video/moviePlayer/20079905452',
|
||||
|
|
Loading…
Reference in a new issue