From 0b4e98490b6124eae868425e683a492c49b047ae Mon Sep 17 00:00:00 2001 From: gcmalloc Date: Tue, 2 Oct 2012 19:37:48 +0200 Subject: [PATCH] changing test video --- test/test_download.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_download.py b/test/test_download.py index ff0d69300..987f53ecb 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -9,9 +9,9 @@ from youtube_dl.InfoExtractors import YoutubeIE class DownloadTest(unittest.TestCase): #calculated with the md5sum utility #md5sum (GNU coreutils) 8.19 - YOUTUBE_MD5 = "ba4092da68c9ded8ef3aaace5ffd1860" - YOUTUBE_URL = "http://www.youtube.com/watch?v=u0VbyYcljx8&feature=related" - YOUTUBE_FILE = "u0VbyYcljx8.flv" + YOUTUBE_MD5 = "8547978241cb87dd6782b10b8e90acc3" + YOUTUBE_URL = "http://www.youtube.com/watch?v=BaW_jenozKc" + YOUTUBE_FILE = "BaW_jenozKc.flv" def test_youtube(self): #let's download a file from youtube -- 2.30.2