mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[ok] Add age_limit to tests
This commit is contained in:
parent
d7bb8884af
commit
9f2e7c2f34
@ -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 New Issue
Block a user