mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 03:08:29 -06:00
parent
56326fe358
commit
3a03a80db8
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user