Jared 2 years ago
parent
commit
8877c595d3
1 changed files with 4 additions and 1 deletions
  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()')
 cursor=db.query('SELECT * FROM columnids order by rand()')
 for c in cursor:
 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'])+'/')
+
+