|
@@ -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'])+'/')
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|