File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ xPathScrapers:
5959 with : " "
6060 - regex : ' \\r\\n\\r\\n'
6161 with : " \n\n "
62+ # remove full ldjson if no description
63+ # https://discord.com/channels/559159668438728723/651418567475986432/1454463628181770240
64+ - regex : ^{.+
65+ with : " "
6266 # fragile but it works
6367 Tags :
6468 Name : //div/ul/li/a/span | //div[@style]/p/a[starts-with(@href,"/tags")]/text()
@@ -109,4 +113,4 @@ xPathScrapers:
109113# Domain: .www.sexlikereal.com
110114# Path: /
111115# Value: "true"
112- # Last Updated December 17 , 2025
116+ # Last Updated December 27 , 2025
Original file line number Diff line number Diff line change @@ -59,6 +59,10 @@ xPathScrapers:
5959 with : " "
6060 - regex : ' \\r\\n\\r\\n'
6161 with : " \n\n "
62+ # remove full ldjson if no description
63+ # https://discord.com/channels/559159668438728723/651418567475986432/1454463628181770240
64+ - regex : ^{.+
65+ with : " "
6266 # fragile but it works
6367 Tags :
6468 Name : //div/ul/li/a/span
You can’t perform that action at this time.
0 commit comments