mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Create a function in InfoExtractors that returns the InfoExtractor class with the given name
This commit is contained in:
		| @@ -67,7 +67,7 @@ class TestDownload(unittest.TestCase): | ||||
| def generator(test_case): | ||||
|  | ||||
|     def test_template(self): | ||||
|         ie = getattr(youtube_dl.InfoExtractors, test_case['name'] + 'IE') | ||||
|         ie = youtube_dl.InfoExtractors.get_info_extractor(test_case['name'])#getattr(youtube_dl.InfoExtractors, test_case['name'] + 'IE') | ||||
|         if not ie._WORKING: | ||||
|             print('Skipping: IE marked as not _WORKING') | ||||
|             return | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz