diff options
author | ping <liping.ong@gmail.com> | 2016-01-30 11:04:11 +0800 |
---|---|---|
committer | ping <liping.ong@gmail.com> | 2016-01-30 11:04:11 +0800 |
commit | e047922be01ca346cee8f53b7972773d64eed6f4 (patch) | |
tree | b0bca1bcf5b1437b33c79a39fa865e714fc4e421 /youtube_dl/extractor/daum.py | |
parent | b6c33fd544adddf399a80842eb9a7d2250aa04b6 (diff) |
[daum] Fix copy-paste mistake
Diffstat (limited to 'youtube_dl/extractor/daum.py')
-rw-r--r-- | youtube_dl/extractor/daum.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dl/extractor/daum.py b/youtube_dl/extractor/daum.py index c84302c43..0d74e5207 100644 --- a/youtube_dl/extractor/daum.py +++ b/youtube_dl/extractor/daum.py @@ -38,7 +38,8 @@ class DaumIE(InfoExtractor): 'description': 'md5:79794514261164ff27e36a21ad229fc5', 'upload_date': '20150604', 'duration': 154 - }, }, { + }, + }, { 'url': 'http://tvpot.daum.net/v/07dXWRka62Y%24', 'only_matching': True, }] |