diff options
author | Sergey M․ <dstftw@gmail.com> | 2014-06-12 20:33:53 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2014-06-12 20:33:53 +0700 |
commit | 4d2f143ce51c9374b570aca749a523569ec391d0 (patch) | |
tree | a575ea200a83b9492d6911d1445a00f6575dd72c | |
parent | 8f93030c850a41f638ad2c5f48bbc9929bd38731 (diff) |
[ted] Update test md5
-rw-r--r-- | youtube_dl/extractor/ted.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ted.py b/youtube_dl/extractor/ted.py index d260c91c2..bce32a873 100644 --- a/youtube_dl/extractor/ted.py +++ b/youtube_dl/extractor/ted.py @@ -27,7 +27,7 @@ class TEDIE(SubtitlesInfoExtractor): ''' _TESTS = [{ 'url': 'http://www.ted.com/talks/dan_dennett_on_our_consciousness.html', - 'md5': '4ea1dada91e4174b53dac2bb8ace429d', + 'md5': 'fc94ac279feebbce69f21c0c6ee82810', 'info_dict': { 'id': '102', 'ext': 'mp4', |