我正在从一个网站上抓取数据,该网站默认为法语版本,也有英文版本。问题是当我从中删除数据时,它以法语返回 html,在 URL 中没有为英语设置参数,所以我可以添加它。我已经在 html 标签中尝试过这个
<html xmlns="http://www.w3.org/TR/html5/" lang="en" itemscope="" itemtype="http://schema.org/LocalBusiness">
和
<body id="lang-en" class="site-duproprio prov-QC">
但没有运气。这是我要从中删除数据的网站。
http://duproprio.com/search/?hash=/g-re=13/s-filter=forsale/pa-ge=1/
任何帮助将不胜感激 :)