youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit a9d3890fcb7286b993c935436a7d7f863e22d3d9
parent 2857084000f7b8471b63759e4a5bb3bce5327cc2
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Wed, 27 Aug 2014 17:12:12 +0200

[ted] Remove md5sum from test

This failed multiple times, and the md5sum is not that important anyways.

Diffstat:
Myoutube_dl/extractor/ted.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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',