Browse Source

[daum] Fix add view_count, comment_count to test

totalwebcasting
ping 9 years ago
parent
commit
f5d30d521c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      youtube_dl/extractor/daum.py

+ 3
- 1
youtube_dl/extractor/daum.py View File

@ -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',


Loading…
Cancel
Save