tidyverse / rvest

Simple web scraping for R
https://rvest.tidyverse.org
Other
1.49k stars 341 forks source link

read_html error #353

Closed outlier009 closed 1 year ago

outlier009 commented 2 years ago

read_html("http://www.nhc.gov.cn/xcs/yqtb/202204/8ce4c6b4ad1345c8bbd49b60e2808465.shtml") Error in open.connection(x, "rb") : HTTP error 412.

hadley commented 1 year ago

That's an error produced by the server; unfortunately there's nothing that rvest can do about it.