We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deba74a commit 960c569Copy full SHA for 960c569
selectorlib/selectorlib.py
@@ -56,7 +56,7 @@ def extract_selector(self, field_config, parent_parser):
56
if 'xpath' in field_config:
57
elements = parent_parser.xpath(field_config['xpath'])
58
else:
59
- elements = parent_parser.css(field_config['selector'])
+ elements = parent_parser.css(field_config['css'])
60
item_type = field_config.get('type', 'Text')
61
values = []
62
0 commit comments