Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit960c569

Browse files
committed
change selector to css
1 parentdeba74a commit960c569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎selectorlib/selectorlib.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def extract_selector(self, field_config, parent_parser):
5656
if'xpath'infield_config:
5757
elements=parent_parser.xpath(field_config['xpath'])
5858
else:
59-
elements=parent_parser.css(field_config['selector'])
59+
elements=parent_parser.css(field_config['css'])
6060
item_type=field_config.get('type','Text')
6161
values= []
6262

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp