我在 Windows 终端上使用以下命令:
youtube-dl -ciw --proxy myuser:[email protected]:8080 "https://www.youtube.com/user/CodeNMore/videos"
下载频道/播放列表。一切顺利。第一个n视频已下载,但几分钟后 youtube-dl 出现此错误:
...
[download] Downloading video 79 of 81
[youtube] nhGbFcIW7bc: Downloading webpage
ERROR: Unable to download webpage: <urlopen error Tunnel connection failed: 407 Proxy Authorization Required> (caused by URLError(OSError('Tunnel connection failed: 407 Proxy Authorization Required',),))
[download] Downloading video 80 of 81
...
我猜这是因为某些代理配置导致连接/套接字过期。
有没有办法让我的代理保持活跃和验证直到 youtube-dl 完成其工作?