some changes to keep the same standard

rtmp_test
gcmalloc 12 years ago
parent 3eec021a1f
commit 137c5803c3

@ -7,15 +7,14 @@ from youtube_dl.FileDownloader import FileDownloader
from youtube_dl.InfoExtractors import YoutubeIE
class DownloadTest(unittest.TestCase):
#calculated with the md5sum utility
#md5sum (GNU coreutils) 8.19
#calculated with md5sum:
# md5sum (GNU coreutils) 8.19
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
global YOUTUBE_URL
fd = FileDownloader({})
fd.add_info_extractor(YoutubeIE())
fd.download([DownloadTest.YOUTUBE_URL])

@ -42,5 +42,3 @@ class TestUtil(unittest.TestCase):
def test_unescape_html(self):
self.assertEqual(unescapeHTML(u"%20;"), u"%20;")

Loading…
Cancel
Save