# -------------------------------------------------------------------- # ptt urls PTT = "https://www.ptt.cc/bbs" PTT_BOARD = PTT + "/{}/index{}.html" # template string (board, html index) # -------------------------------------------------------------------- # cookies COOKIES = {"over18": "1"}