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