LoginSignup
42
29

More than 5 years have passed since last update.

python3 urlretrieve

Posted at

urlretrieveは、ネット上からファイルをダウンロードし保存するのに使う。しかし、2系と3系とで違いがありググラビリティが低い。なので、書き記す。

python3では

import urllib.request
urllib.request.urlretrieve(目的のURL, 保存先のファイル名)

とする。以上。

42
29
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
42
29