开发者

How can I scrape the content present on a WAVE validator page to appear on my page?

开发者 https://www.devze.com 2022-12-14 02:45 出处:网络
I\'ve tried fopen, fread, file_get_contents, curl, and none of those work.I keep getting Forbidden errors.There has got to be a way around it.Anyo开发者_运维知识库ne?Iframes is not scraping per se but

I've tried fopen, fread, file_get_contents, curl, and none of those work. I keep getting Forbidden errors. There has got to be a way around it. Anyo开发者_运维知识库ne?


Iframes is not scraping per se but you could use it:

https://stackoverflow.com/posts/1877968/edit

Just point the src attribute to the page your scraping.

Remarks: How does one escape tags here in stack overflow?

0

精彩评论

暂无评论...
验证码 换一张
取 消