file = url.split("/")[-1] if os.path.exists(os.path.join(dir, file)): print(file, "already downloaded") else: wget.download(url=url, out=dir). Example 4 ...
確定! 回上一頁