|
@@ -145,7 +145,7 @@ db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/seo?charset=utf8mb
|
|
|
|
|
|
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'])+'/index.php')
|
|
|
|
|
|
+ lst.append('https://www.hhh.com.tw/columns/detail/'+str(c['cid'])+'/')
|
|
|
|
|
|
|
|
|
|
#lst=['https://www.hhh.com.tw/columns/detail/3427/index.php']
|
|
#lst=['https://www.hhh.com.tw/columns/detail/3427/index.php']
|