scrapinghub / portia

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

Fix how tables are handled in sample migration #673

Closed ruairif closed 7 years ago

ruairif commented 7 years ago

Tables are now handled by changing all instances of table selectors to:

table > * > div, table > div

This allows a table to handle the existence, or not, of a tbody, thead or tfoot