楼主:
yshihyu (yshihyu)
2017-10-14 04:10:41如何告诉PTT我已满18并顺利抓取八卦版的文章 ?
PttName=""
load={
'from':'/bbs/'+PttName+'/index.html',
'yes':'yes'
}
rs=requests.session()
res=rs.post('https://www.ptt.cc/ask/over18',verify=False,data=load)
https://www.youtube.com/watch?v=G5MDpnGsE-k
那如果用 selenium 登入八卦版怎么告知ptt满18岁?
下面网址是我程式码跟跑出来结果
https://gist.github.com/anonymous/e1c4f9184af9d6121d86233d86a4cac8
谢谢