mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[cleanup,build] Cleanup some build-related code
Fixes an issue in 7ab56be2c7
			
			
This commit is contained in:
		| @@ -21,7 +21,7 @@ from yt_dlp.extractor.common import InfoExtractor, SearchInfoExtractor | ||||
| if os.path.exists(plugins_blocked_dirname): | ||||
|     os.rename(plugins_blocked_dirname, plugins_dirname) | ||||
| 
 | ||||
| with open('devscripts/lazy_load_template.py') as f: | ||||
| with open('devscripts/lazy_load_template.py', encoding='utf-8') as f: | ||||
|     module_template = f.read() | ||||
| 
 | ||||
| CLASS_PROPERTIES = ['ie_key', 'working', '_match_valid_url', 'suitable', '_match_id', 'get_temp_id'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan