Scrapy Shell and Scrapy Splash

前端 未结 3 834
刺人心
刺人心 2020-12-07 14:53

We\'ve been using scrapy-splash middleware to pass the scraped HTML source through the Splash javascript engine running inside a docker container.

If we

3条回答
  •  既然无缘
    2020-12-07 15:42

    You can run scrapy shell without arguments inside a configured Scrapy project, then create req = scrapy_splash.SplashRequest(url, ...) and call fetch(req).

提交回复
热议问题