@@ -12,4 +12,5 @@ for l in lst:
if not os.path.exists(curdir):
os.mkdir(curdir)
os.chdir(curdir)
- os.system('curl https://hhh.com.tw/columns/detail/5926/ > index.html')
+ os.system('curl https://hhh.com.tw/columns/detail/'+l+'/ > index.html')
+