scrapinghub / portia

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

New Feature: Add restrict css to the spider by UI #697

Open ahmedezzeldin93 opened 7 years ago

ahmedezzeldin93 commented 7 years ago

Add the ability to select specific divs and tags to be added to the spider's linkextractor restrict css tool like annoation UI. This feature add a great usability to users who doesn't know regex to add allow and deny rules and also will incredibly increase the performance of the spider in certain cases.

ahmedezzeldin93 commented 7 years ago

I am asking whether this feature is on your plan to implement ?