We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d6f76 commit 6d1d498Copy full SHA for 6d1d498
scrapers/Kink.yml
@@ -112,13 +112,13 @@ xPathScrapers:
112
split: ","
113
Tags:
114
Name:
115
- selector: //h4[contains(text(), "Categories")]/following-sibling::*/a
+ selector: //p[contains(text(), "Categories")]/following-sibling::span/a/text()
116
postProcess:
117
- replace:
118
- regex: \,\s*
119
with: ""
120
Details:
121
- selector: //h4[contains(text(), "Description")]/following-sibling::*[1]//text()
+ selector: //span[contains(text(), "Description")]/following-sibling::span/p/text()
122
concat: "\n"
123
Image:
124
selector: //div[@data-setup]/@data-setup
@@ -241,4 +241,4 @@ xPathScrapers:
241
242
driver:
243
useCDP: true
244
-# Last Updated November 17, 2024
+# Last Updated December 13, 2024
0 commit comments