diff options
author | ping <liping.ong@gmail.com> | 2016-01-30 11:09:30 +0800 |
---|---|---|
committer | ping <liping.ong@gmail.com> | 2016-01-30 11:09:30 +0800 |
commit | f5d30d521c63b4eec4aa4386365054222e354231 (patch) | |
tree | 65ff8c3370f0a7c59afe80974ecf74e40a01869b /youtube_dl/extractor | |
parent | e047922be01ca346cee8f53b7972773d64eed6f4 (diff) |
[daum] Fix add view_count, comment_count to test
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/daum.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube_dl/extractor/daum.py b/youtube_dl/extractor/daum.py index 0d74e5207..567abdc39 100644 --- a/youtube_dl/extractor/daum.py +++ b/youtube_dl/extractor/daum.py @@ -37,7 +37,9 @@ class DaumIE(InfoExtractor): 'title': 'md5:a100d65d09cec246d8aa9bde7de45aed', 'description': 'md5:79794514261164ff27e36a21ad229fc5', 'upload_date': '20150604', - 'duration': 154 + 'duration': 154, + 'view_count': int, + 'comment_count': int, }, }, { 'url': 'http://tvpot.daum.net/v/07dXWRka62Y%24', |