我已尝试多次解析代码中给定url中带有mp_lightborder dataTable no-footer的类ID的表标记为earn_calendar_tbl的表。
该表无法解析吗?
url = 'https://marketchameleon.com/Calendar/Earnings?d=20190712'
r =requests.get(url)
soup = BeautifulSoup(r.text, 'html')
table = soup.find("table",{"id":"earn_calendar_tbl"})
rows = table.find_all("tr")'''
答案 0 :(得分:0)
页面执行POST请求,该请求接收数据作为json响应。查看可以删除哪些项目(可能是空值键值对)。我已经注释掉了此请求绝对不需要的那些,但是您以后可能想要-保存您的输入。单击全部显示结果时,您可以在网络标签中找到此POST请求。
xsl:value-of