You can use the python module wget for downloading the file. Here is a sample code import wget url = 'http://www.example.com/foo.zip' path ...
確定! 回上一頁