Skip to content

Commit 8ee7c0e

Browse files
committed
[SLR] remove full ldjson if no description
1 parent b45a3ef commit 8ee7c0e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

scrapers/SexLikeReal.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

scrapers/SexLikeReal_Trans.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)