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,7 +7,7 @@ from youtube_dl.FileDownloader import FileDownloader | |||||||
| from youtube_dl.InfoExtractors  import YoutubeIE | from youtube_dl.InfoExtractors  import YoutubeIE | ||||||
|  |  | ||||||
| class DownloadTest(unittest.TestCase): | class DownloadTest(unittest.TestCase): | ||||||
|     #calculated with the md5sum utility | 	#calculated with md5sum: | ||||||
| 	#	md5sum (GNU coreutils) 8.19 | 	#	md5sum (GNU coreutils) 8.19 | ||||||
| 	YOUTUBE_MD5 = "8547978241cb87dd6782b10b8e90acc3" | 	YOUTUBE_MD5 = "8547978241cb87dd6782b10b8e90acc3" | ||||||
| 	YOUTUBE_URL = "http://www.youtube.com/watch?v=BaW_jenozKc" | 	YOUTUBE_URL = "http://www.youtube.com/watch?v=BaW_jenozKc" | ||||||
| @@ -15,7 +15,6 @@ class DownloadTest(unittest.TestCase): | |||||||
|  |  | ||||||
| 	def test_youtube(self): | 	def test_youtube(self): | ||||||
| 		#let's download a file from youtube | 		#let's download a file from youtube | ||||||
|         global YOUTUBE_URL |  | ||||||
| 		fd = FileDownloader({}) | 		fd = FileDownloader({}) | ||||||
| 		fd.add_info_extractor(YoutubeIE()) | 		fd.add_info_extractor(YoutubeIE()) | ||||||
| 		fd.download([DownloadTest.YOUTUBE_URL]) | 		fd.download([DownloadTest.YOUTUBE_URL]) | ||||||
|   | |||||||
| @@ -42,5 +42,3 @@ class TestUtil(unittest.TestCase): | |||||||
|  |  | ||||||
| 	def test_unescape_html(self): | 	def test_unescape_html(self): | ||||||
| 		self.assertEqual(unescapeHTML(u"%20;"), u"%20;") | 		self.assertEqual(unescapeHTML(u"%20;"), u"%20;") | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 gcmalloc
					gcmalloc