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