mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	More consistent warning messages (#173)
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
This commit is contained in:
		| @@ -32,7 +32,7 @@ class SponSkrubPP(PostProcessor): | ||||
|             if path: | ||||
|                 raise PostProcessingError('sponskrub not found in "%s"' % path) | ||||
|             else: | ||||
|                 raise PostProcessingError('sponskrub not found. Please install or provide the path using --sponskrub-path.') | ||||
|                 raise PostProcessingError('sponskrub not found. Please install or provide the path using --sponskrub-path') | ||||
|  | ||||
|     def get_exe(self, path=''): | ||||
|         if not path or not check_executable(path, ['-h']): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan