youtube-dl

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

commit 94f052cbf458ba816e95c1f73cae7bcd63c9e549
parent 446a03bd96d99d99b36f1dbfe0617033327f463f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon, 27 Oct 2014 00:19:10 +0100

[syfy] Remove test checksum

We have the minsize test now.

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

diff --git a/youtube_dl/extractor/syfy.py b/youtube_dl/extractor/syfy.py @@ -10,7 +10,6 @@ class SyfyIE(InfoExtractor): _TESTS = [{ 'url': 'http://www.syfy.com/videos/Robot%20Combat%20League/Behind%20the%20Scenes/vid:2631458', - 'md5': 'e07de1d52c7278adbb9b9b1c93a66849', 'info_dict': { 'id': 'NmqMrGnXvmO1', 'ext': 'flv',