soulCoke

Results 2 comments of soulCoke

> @icesunx 代码发我一份吧,您肯定分析过这个代码了吧?您有没有加注释? > 我不是做python开发的,改起来还是比较费劲的,您修改的代码可以发我一份吗?给我个github连接就行 if os.path.isfile(file_path): print("%s 已经下载过了 \n" % file_name) #remoteSize = getRemoteFileSize(medium_url) #localSize = os.path.getsize(file_path) #if remoteSize == localSize: return 我这里再本地获取到文件我就判断已存在了,不会去继续下载