diff options
author | dst <dstftw@gmail.com> | 2013-12-12 16:10:17 +0700 |
---|---|---|
committer | dst <dstftw@gmail.com> | 2013-12-12 16:10:17 +0700 |
commit | 9b17ba0fa512a9882a22bb2407ec433038bc8327 (patch) | |
tree | d0270c7bf2faef481c8d4aae28b83ae343a83d6b /youtube_dl/extractor/channel9.py | |
parent | 211f555d4cb0bc142d5b9304a919e27aba237d40 (diff) |
[channel9] Fix test description md5
Diffstat (limited to 'youtube_dl/extractor/channel9.py')
-rw-r--r-- | youtube_dl/extractor/channel9.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/channel9.py b/youtube_dl/extractor/channel9.py index b4b586c12..ae70ea229 100644 --- a/youtube_dl/extractor/channel9.py +++ b/youtube_dl/extractor/channel9.py @@ -39,7 +39,7 @@ class Channel9IE(InfoExtractor): u'md5': u'b43ee4529d111bc37ba7ee4f34813e68', u'info_dict': { u'title': u'Self-service BI with Power BI - nuclear testing', - u'description': u'md5:a6d5cfd9ee46d1851cf6e40ea61cfc10', + u'description': u'md5:d1e6ecaafa7fb52a2cacdf9599829f5b', u'duration': 1540, u'thumbnail': u'http://media.ch9.ms/ch9/87e1/0300391f-a455-4c72-bec3-4422f19287e1/selfservicenuk_512.jpg', u'authors': [ u'Mike Wilmot' ], |