Is it possible to assing already downloaded html string to the Article object without calling download() method? Because I want to use it in Scrapy project and html page is already downloaded so I need simply to parse it.
Is it possible to assing already downloaded html string to the Article object without calling download() method?
Because I want to use it in Scrapy project and html page is already downloaded so I need simply to parse it.