|
@@ -120,8 +120,8 @@ for c in cursor:
|
|
|
if not os.path.exists(curdir):
|
|
|
os.mkdir(curdir)
|
|
|
os.chdir(curdir)
|
|
|
-# os.system('curl https://hhh.com.tw/designers/cases/'+str(did)+'/1-page/new-sort/ -o orig.html')
|
|
|
- os.system('curl https://hhh.com.tw/designers/index/'+str(did)+'/ -o orig.html')
|
|
|
+ os.system('curl https://hhh.com.tw/designers/cases/'+str(did)+'/1-page/new-sort/ -o orig.html')
|
|
|
+# os.system('curl https://hhh.com.tw/designers/index/'+str(did)+'/ -o orig.html')
|
|
|
|
|
|
os.system('curl https://hhh.com.tw/designers/details/'+str(did)+'/ -o comp.html')
|
|
|
|