2

I am a new user of scrapinghub. I already searched on googled and had read the scrapinghub docs but I could not find any information about removing spiders from a project. Is it possible, how? I do not want to replace a spider, I want to delete/remove it from scrapinghub spider list.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Inês Martins
  • 530
  • 2
  • 10
  • 23

1 Answers1

6

You just need to remove the spider from your project, and deploy the project again, via shub deploy, or scrapyd-deploy.

bosnjak
  • 8,424
  • 2
  • 21
  • 47
  • thanks :) And when I want to add a new one, just paste it in project folder in pc and then deploy again the project right? it will deploy again all spiders inside project or will only add the one that is new? – Inês Martins May 05 '15 at 15:08
  • 1
    Only spiders that are currently in your project will be added. Those that are missing will be removed. So, what you want to have on Dash, just put it in your project and deploy. – bosnjak May 05 '15 at 15:21
  • 1
    don't forget to remove both *.py & *.pyc files. if .pyc is present, it will still be deployed. – Mehmet Kurtipek May 29 '19 at 23:36