Browse Source

[daum] Fix copy-paste mistake

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

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

@ -38,7 +38,8 @@ class DaumIE(InfoExtractor):
'description': 'md5:79794514261164ff27e36a21ad229fc5', 'description': 'md5:79794514261164ff27e36a21ad229fc5',
'upload_date': '20150604', 'upload_date': '20150604',
'duration': 154 'duration': 154
}, }, {
},
}, {
'url': 'http://tvpot.daum.net/v/07dXWRka62Y%24', 'url': 'http://tvpot.daum.net/v/07dXWRka62Y%24',
'only_matching': True, 'only_matching': True,
}] }]


Loading…
Cancel
Save