mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 11:18:56 -06:00
Replace HTML tags in title/description (#1924)
This commit is contained in:
parent
418c2ef650
commit
b6fe12f319
@ -120,6 +120,12 @@ jsonScrapers:
|
||||
- replace:
|
||||
- regex: """
|
||||
with: "\""
|
||||
- replace:
|
||||
- regex: "<"
|
||||
with: "<"
|
||||
- replace:
|
||||
- regex: ">"
|
||||
with: ">"
|
||||
Details:
|
||||
selector: data.description
|
||||
postProcess:
|
||||
@ -129,6 +135,12 @@ jsonScrapers:
|
||||
- replace:
|
||||
- regex: """
|
||||
with: "\""
|
||||
- replace:
|
||||
- regex: "<"
|
||||
with: "<"
|
||||
- replace:
|
||||
- regex: ">"
|
||||
with: ">"
|
||||
Code: data.id
|
||||
URL:
|
||||
selector: data.url
|
||||
@ -152,4 +164,4 @@ jsonScrapers:
|
||||
- regex: ^
|
||||
with: https://www.manyvids.com
|
||||
Studio: *performer
|
||||
# Last Updated June 07, 2024
|
||||
# Last Updated June 29, 2024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user