mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 01:33:15 +00:00 
			
		
		
		
	Remove a commented line I forgot.
[ci skip]
This commit is contained in:
		
							parent
							
								
									fe348844d9
								
							
						
					
					
						commit
						ba7c775a04
					
				| @ -67,7 +67,7 @@ class TestDownload(unittest.TestCase): | |||||||
| def generator(test_case): | def generator(test_case): | ||||||
| 
 | 
 | ||||||
|     def test_template(self): |     def test_template(self): | ||||||
|         ie = youtube_dl.InfoExtractors.get_info_extractor(test_case['name'])#getattr(youtube_dl.InfoExtractors, test_case['name'] + 'IE') |         ie = youtube_dl.InfoExtractors.get_info_extractor(test_case['name']) | ||||||
|         if not ie._WORKING: |         if not ie._WORKING: | ||||||
|             print('Skipping: IE marked as not _WORKING') |             print('Skipping: IE marked as not _WORKING') | ||||||
|             return |             return | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
						Jaime Marquínez Ferrándiz