mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Add option --legacy-server-connect (#778)
to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation Authored by: xtkoba
This commit is contained in:
		| @@ -756,6 +756,7 @@ def _real_main(argv=None): | ||||
|         'skip_playlist_after_errors': opts.skip_playlist_after_errors, | ||||
|         'cookiefile': opts.cookiefile, | ||||
|         'cookiesfrombrowser': opts.cookiesfrombrowser, | ||||
|         'legacyserverconnect': opts.legacy_server_connect, | ||||
|         'nocheckcertificate': opts.no_check_certificate, | ||||
|         'prefer_insecure': opts.prefer_insecure, | ||||
|         'proxy': opts.proxy, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xtkoba
					xtkoba