diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 22:04:48 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 22:04:48 +0600 |
commit | 9f2e7c2f34c48942a2a3e55532dd0d0ef8ed4d98 (patch) | |
tree | a85215275349486f064ae8cc5f9d0bc15938947e | |
parent | d7bb8884afc8651b0ad86046dcd56a5330c98dd5 (diff) |
[ok] Add age_limit to tests
-rw-r--r-- | youtube_dl/extractor/odnoklassniki.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/odnoklassniki.py b/youtube_dl/extractor/odnoklassniki.py index 215ffe87b..e5fd1ba04 100644 --- a/youtube_dl/extractor/odnoklassniki.py +++ b/youtube_dl/extractor/odnoklassniki.py @@ -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', |