Jared 2 年之前
父節點
當前提交
8877c595d3
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      hhh/SEO/local_1777.py

+ 4 - 1
hhh/SEO/local_1777.py

@@ -87,7 +87,10 @@ db = dataset.connect('mysql://choozmo:pAssw0rd@172.105.194.225:3306/seo?charset=
 
 cursor=db.query('SELECT * FROM columnids order by rand()')
 for c in cursor:
-    lst.append('https://www.hhh.com.tw/columns/detail/'+str(c['cid'])+'/')
+#    lst.append('https://www.hhh.com.tw/columns/detail/'+str(c['cid'])+'/')
+    lst.append('https://m.hhh.com.tw/columns/detail/'+str(c['cid'])+'/')
+
+