mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Correct metacafe test filename (happens to start with an underscore)
This commit is contained in:
		| @@ -67,7 +67,7 @@ class DownloadTest(unittest.TestCase): | |||||||
|  |  | ||||||
|     @_skip_unless(youtube_dl.InfoExtractors.MetacafeIE._WORKING, "IE marked as not _WORKING") |     @_skip_unless(youtube_dl.InfoExtractors.MetacafeIE._WORKING, "IE marked as not _WORKING") | ||||||
|     def test_Metacafe(self): |     def test_Metacafe(self): | ||||||
|         filename = 'aUehQsCQtM.flv' |         filename = '_aUehQsCQtM.flv' | ||||||
|         fd = FileDownloader(self.parameters) |         fd = FileDownloader(self.parameters) | ||||||
|         fd.add_info_extractor(youtube_dl.InfoExtractors.MetacafeIE()) |         fd.add_info_extractor(youtube_dl.InfoExtractors.MetacafeIE()) | ||||||
|         fd.add_info_extractor(youtube_dl.InfoExtractors.YoutubeIE()) |         fd.add_info_extractor(youtube_dl.InfoExtractors.YoutubeIE()) | ||||||
| @@ -163,8 +163,8 @@ class DownloadTest(unittest.TestCase): | |||||||
|             os.remove('BaW_jenozKc.mp4') |             os.remove('BaW_jenozKc.mp4') | ||||||
|         if os.path.exists('x33vw9.mp4'): |         if os.path.exists('x33vw9.mp4'): | ||||||
|             os.remove('x33vw9.mp4') |             os.remove('x33vw9.mp4') | ||||||
|         if os.path.exists('aUehQsCQtM.flv'): |         if os.path.exists('_aUehQsCQtM.flv'): | ||||||
|             os.remove('aUehQsCQtM.flv') |             os.remove('_aUehQsCQtM.flv') | ||||||
|         if os.path.exists('5779306.m4v'): |         if os.path.exists('5779306.m4v'): | ||||||
|             os.remove('5779306.m4v') |             os.remove('5779306.m4v') | ||||||
|         if os.path.exists('939581.flv'): |         if os.path.exists('939581.flv'): | ||||||
|   | |||||||
| @@ -16,7 +16,7 @@ | |||||||
|     "size":  5754305, |     "size":  5754305, | ||||||
|     "addIEs": ["Youtube"], |     "addIEs": ["Youtube"], | ||||||
|     "url":  "http://www.metacafe.com/watch/yt-_aUehQsCQtM/the_electric_company_short_i_pbs_kids_go/", |     "url":  "http://www.metacafe.com/watch/yt-_aUehQsCQtM/the_electric_company_short_i_pbs_kids_go/", | ||||||
|     "file":  "aUehQsCQtM.flv" |     "file":  "_aUehQsCQtM.flv" | ||||||
|   }, |   }, | ||||||
|   { |   { | ||||||
|     "name": "BlipTV", |     "name": "BlipTV", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister