mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 22:55:18 +00:00 
			
		
		
		
	some changes to keep the same standard
This commit is contained in:
		| @@ -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;") | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 gcmalloc
					gcmalloc