diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-08-27 17:12:12 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-08-27 17:12:13 +0200 |
commit | a9d3890fcb7286b993c935436a7d7f863e22d3d9 (patch) | |
tree | e3a7bb413d0a68cbed54e6c2258b0f60a6812078 | |
parent | 2857084000f7b8471b63759e4a5bb3bce5327cc2 (diff) |
[ted] Remove md5sum from test
This failed multiple times, and the md5sum is not that important anyways.
-rw-r--r-- | youtube_dl/extractor/ted.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/ted.py b/youtube_dl/extractor/ted.py index bce32a873..e772968d7 100644 --- a/youtube_dl/extractor/ted.py +++ b/youtube_dl/extractor/ted.py @@ -51,7 +51,6 @@ class TEDIE(SubtitlesInfoExtractor): } }, { 'url': 'http://www.ted.com/talks/gabby_giffords_and_mark_kelly_be_passionate_be_courageous_be_your_best', - 'md5': '49144e345a899b8cb34d315f3b9cfeeb', 'info_dict': { 'id': '1972', 'ext': 'mp4', |