mirror of https://github.com/blackjack4494/yt-dlc
[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_id': '330537914540',
|
||||||
'uploader': 'Виталий Добровольский',
|
'uploader': 'Виталий Добровольский',
|
||||||
'like_count': int,
|
'like_count': int,
|
||||||
|
'age_limit': 0,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
# metadataUrl
|
# metadataUrl
|
||||||
|
@ -38,6 +39,7 @@ class OdnoklassnikiIE(InfoExtractor):
|
||||||
'uploader_id': '534380003155',
|
'uploader_id': '534380003155',
|
||||||
'uploader': 'Андрей Мещанинов',
|
'uploader': 'Андрей Мещанинов',
|
||||||
'like_count': int,
|
'like_count': int,
|
||||||
|
'age_limit': 0,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://ok.ru/web-api/video/moviePlayer/20079905452',
|
'url': 'http://ok.ru/web-api/video/moviePlayer/20079905452',
|
||||||
|
|
Loading…
Reference in New Issue