scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.3k stars 1.4k forks source link

limite of items or pages #814

Open yuxinvalo opened 7 years ago

yuxinvalo commented 7 years ago

Hi I am learning to use portia, I'd like to add a limit of item that scrapy or a limit of page. How can I do? For example, I start a project at site, and I just want the content of this page, but when I start this project with : $portiacrawl project spider the spider will take all the product in this site :https://www.shop-pharmacie.fr/.... Seems without a limit...