mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[core] Load plugins on demand (#11305)
- Adds `--no-plugin-dirs` to disable plugin loading - `--plugin-dirs` now supports post-processors Authored by: coletdjnz, Grub4K, pukkandan
This commit is contained in:
		
							
								
								
									
										5
									
								
								test/testdata/yt_dlp_plugins/extractor/override.py
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								test/testdata/yt_dlp_plugins/extractor/override.py
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| from yt_dlp.extractor.generic import GenericIE | ||||
| 
 | ||||
| 
 | ||||
| class OverrideGenericIE(GenericIE, plugin_name='override'): | ||||
|     TEST_FIELD = 'override' | ||||
		Reference in New Issue
	
	Block a user
	 coletdjnz
					coletdjnz