scrapehero / selectorlib

A library to read a YML file with Xpath or CSS Selectors and extract data from HTML pages using them
MIT License
66 stars 11 forks source link

Issue fixing empty css #19

Closed shimilrahman closed 5 years ago

shimilrahman commented 5 years ago

if css == '': elements = [parent_parser] else: elements = parent_parser.css(field_config['css'])

Right now fixing the issue like this,