mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	Adding proxy to update procedure
This commit is contained in:
		| @@ -377,7 +377,7 @@ def _real_main(argv=None): | ||||
|     with YoutubeDL(ydl_opts) as ydl: | ||||
|         # Update version | ||||
|         if opts.update_self: | ||||
|             update_self(ydl.to_screen, opts.verbose) | ||||
|             update_self(ydl.to_screen, opts.verbose, ydl.get_opener()) | ||||
|  | ||||
|         # Remove cache dir | ||||
|         if opts.rm_cachedir: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Ben Zakai
					David Ben Zakai