You need to use "streaming requests". Set the stream parameter to True when calling requests.get() . The request will not block, ...
確定! 回上一頁