[VNAGirls] description scraper

closes #2609
This commit is contained in:
feederbox826 2025-12-07 23:02:52 -05:00
parent 56326fe358
commit 3a03a80db8
No known key found for this signature in database
GPG Key ID: 82F297A12EBB8A57

View File

@ -52,8 +52,13 @@ xPathScrapers:
- regex: '\s*,\s*' - regex: '\s*,\s*'
with: "," with: ","
split: "," split: ","
Title: //div[@class='customcontent']/h1 Title: /html/head/title
Details: //div[@class='customcontent']/div[1]/text()|//div[@class='customcontent']/h2 Details:
selector: /html/head/meta[not(@content)]/@name
postProcess:
- replace:
- regex: "<br />"
with: "\n"
Tags: Tags:
Name: Name:
selector: //div[@class='customcontent']/h4/text() selector: //div[@class='customcontent']/h4/text()
@ -83,4 +88,4 @@ xPathScrapers:
- regex: (\d+)(st|nd|rd|th) - regex: (\d+)(st|nd|rd|th)
with: "$1" with: "$1"
- parseDate: January 2 2006 - parseDate: January 2 2006
# Last Updated September 06, 2024 # Last Updated December 7, 2025