Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xmlrpclibPython を使用して、aria2ダウンロードするファイルを管理しています。
xmlrpclib
aria2
ドキュメントでは、例に示されている唯一のオプションは次のとおりdirです。
dir
を使用outしてファイル名を指定すること-timeoutもできます--connect-timeout。
out
-timeout
--connect-timeout
timeoutとを試しましconnect_timeoutたが、うまくいきません。
timeout
connect_timeout
socketライブラリ レベルでタイムアウトを設定する必要があります。
socket
import socket socket.setdefaulttimeout(<your_value>)
この値は によって使用されxmlrpclibます。