在我的parse函数中,下面是我编写的代码:links = hs.xpath(".//*[@id='requisitionListInterface.listRequisition']")for x in links: item["title"] = x.xpath('.//*[contains(@title, "View this job descripti
我正在使用requests抓取以下网站的。为了做到这一点,我正在浏览网站以定位XHR调用,并获得如下所示的urlimport requests,json
header={some data from the XHR I我的问题是,如果我切换tab,比如从Corner切换到Fixture,就不会调用新的XHR。事实上,只有"Live Matches“和"Corners”允许这种直接的XHR连接