mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[sponskrub] Pass proxy to sponskrub
Needs atleast sponskrub version:
    faissaloo/sponskrub 3.7.0
    OR yt-dlp/sponskrub 2021.03.15
			
			
This commit is contained in:
		| @@ -6,6 +6,7 @@ from .common import PostProcessor | ||||
| from ..compat import compat_shlex_split | ||||
| from ..utils import ( | ||||
|     check_executable, | ||||
|     cli_option, | ||||
|     encodeArgument, | ||||
|     encodeFilename, | ||||
|     shell_quote, | ||||
| @@ -70,6 +71,7 @@ class SponSkrubPP(PostProcessor): | ||||
|         cmd = [self.path] | ||||
|         if not self.cutout: | ||||
|             cmd += ['-chapter'] | ||||
|         cmd += cli_option(self._downloader.params, '-proxy', 'proxy') | ||||
|         cmd += compat_shlex_split(self.args)  # For backward compatibility | ||||
|         cmd += self._configuration_args(self._exe_name, use_compat=False) | ||||
|         cmd += ['--', information['id'], filename, temp_filename] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan