Skip to content

Commit 6d1d498

Browse files
committed
[Kink] update selectors #2132
1 parent 65d6f76 commit 6d1d498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: scrapers/Kink.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ xPathScrapers:
112112
split: ","
113113
Tags:
114114
Name:
115-
selector: //h4[contains(text(), "Categories")]/following-sibling::*/a
115+
selector: //p[contains(text(), "Categories")]/following-sibling::span/a/text()
116116
postProcess:
117117
- replace:
118118
- regex: \,\s*
119119
with: ""
120120
Details:
121-
selector: //h4[contains(text(), "Description")]/following-sibling::*[1]//text()
121+
selector: //span[contains(text(), "Description")]/following-sibling::span/p/text()
122122
concat: "\n"
123123
Image:
124124
selector: //div[@data-setup]/@data-setup
@@ -241,4 +241,4 @@ xPathScrapers:
241241

242242
driver:
243243
useCDP: true
244-
# Last Updated November 17, 2024
244+
# Last Updated December 13, 2024

0 commit comments

Comments
 (0)