@@ -14,6 +14,8 @@ for c in cursor:
curdir=dir_prefix+str(did)
if not os.path.exists(curdir):
os.mkdir(curdir)
+ os.chdir(curdir)
+ os.system('curl https://hhh.com.tw/designers/cases/'+did+'/1-page/new-sort/ -o index.html')
break