
1 sutra 2016-10-08 11:26:29 +08:00 -R, --retries RETRIES Number of retries (default is 10), or "infinite". --fragment-retries RETRIES Number of retries for a fragment (default is 10), or "infinite" (DASH and hlsnative only) B.T.W. --socket-timeout SECONDS Time to wait before giving up, in seconds --external-downloader COMMAND Use the specified external downloader. Currently supports aria2c,avconv,axel,curl,ffmpeg,httpie,wget |
2 czmecho OP @sutra 还是会出现这样的错误: ERROR: unable to download video data: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1748) 已经设置重试了,然而还是会自动断开。 |
3 TangMonk 2016-10-08 14:07:10 +08:00 用 you-get 试试? |
4 TheOtherBruce 2016-10-08 16:21:41 +08:00 我是用 proxychains4 把桥和 youtube-dl 连起来的,稳定,不知道你使用什么连的 |
5 why1 2016-10-08 20:50:09 +08:00 for do youtube-dl --socket-timeout 60 不知道如何下载完成能退出 for |
6 czmecho OP @TheOtherBruce 在环境变量当中添加 HTTP_PROXY 和 HTTP_PROXYS ,因为我用的是 MEOW ,自动转为 HTTP 代理的。用 SSR 也可以自动转为 HTTP 代理。 我的是 windows 平台的,不知道会不会因为平台原因。 我查了我出错的提示,要么是 SSL 的问题,要么是 python 的问题。 |