How can I get all the plain text from a website with Scrapy?

前端 未结 3 1418
夕颜
夕颜 2020-11-30 03:24

I would like to have all the text visible from a website, after the HTML is rendered. I\'m working in Python with Scrapy framework. With xpath(\'//body//text()\')

3条回答
提交回复
热议问题