diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-04-18 21:36:04 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-04-18 21:36:04 +0700 |
commit | 525dc9809e8ddd1761e4eff7517bddc527c44e79 (patch) | |
tree | c07a025e621c7f4eb2789a574940dabae353c917 | |
parent | 1bf3210816bb3b4be2db43f95d1c23da63bfb097 (diff) |
[noco] Fix test description md5
-rw-r--r-- | youtube_dl/extractor/noco.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/noco.py b/youtube_dl/extractor/noco.py index 6b0c49e02..ec011eb49 100644 --- a/youtube_dl/extractor/noco.py +++ b/youtube_dl/extractor/noco.py @@ -21,7 +21,7 @@ class NocoIE(InfoExtractor): 'id': '11538', 'ext': 'mp4', 'title': 'Ami Ami Idol - Hello! France', - 'description': 'md5:6fcfdbbb73aee107a6b7553cefbcbeae', + 'description': 'md5:4eaab46ab68fa4197a317a88a53d3b86', 'upload_date': '20140412', 'uploader': 'Nolife', 'uploader_id': 'NOL', |