mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[downloader/external] Recommend --hls-prefer-native for SOCKS users
Related: #10490
This commit is contained in:
		| @@ -223,7 +223,8 @@ class FFmpegFD(ExternalFD): | |||||||
|  |  | ||||||
|             if proxy.startswith('socks'): |             if proxy.startswith('socks'): | ||||||
|                 self.report_warning( |                 self.report_warning( | ||||||
|                     '%s does not support SOCKS proxies. Downloading may fail.' % self.get_basename()) |                     '%s does not support SOCKS proxies. Downloading is likely to fail. ' | ||||||
|  |                     'Consider adding --hls-prefer-native to your command.' % self.get_basename()) | ||||||
|  |  | ||||||
|             # Since December 2015 ffmpeg supports -http_proxy option (see |             # Since December 2015 ffmpeg supports -http_proxy option (see | ||||||
|             # http://git.videolan.org/?p=ffmpeg.git;a=commit;h=b4eb1f29ebddd60c41a2eb39f5af701e38e0d3fd) |             # http://git.videolan.org/?p=ffmpeg.git;a=commit;h=b4eb1f29ebddd60c41a2eb39f5af701e38e0d3fd) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user