Your Name 3 年之前
父节点
当前提交
7b5d29901d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      designer/designer_gen.py

+ 2 - 2
designer/designer_gen.py

@@ -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')