diff --git a/scrapers/ManyVids.yml b/scrapers/ManyVids.yml index 32231762..849d7e39 100644 --- a/scrapers/ManyVids.yml +++ b/scrapers/ManyVids.yml @@ -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