【发布时间】:2020-09-08 09:57:20
【问题描述】:
长期以来,我一直在使用 google sheet importxml 来抓取 seekalpha。最近我发现很难搜索到 alpha 新闻。
例如从“https://seekingalpha.com/news/3611919-epic-makes-another-attempt-reversing-fortnite-app-store-ban”抓取新闻 我使用以下公式:
=JOIN(CHAR(13), importxml("https://seekingalpha.com/news/3611919-epic-makes-another-attempt-reversing-fortnite-app-store-ban","//div[@id='bullets_ul']"))
大多数时候会报错:could not fetch url.
过去,我可以在 url 中添加“#1234”或其他数字来“强制”再次下载。但最近似乎不起作用。
知道如何使新闻下载更可靠吗?
【问题讨论】:
标签: xml google-sheets import google-sheets-formula