Files
compose-projects-arr/stash/config/scrapers/community/FTV/FTV.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

34 lines
831 B
YAML

name: FTV
sceneByURL:
- action: scrapeXPath
url:
- ftvgirls.com/update
- ftvmilfs.com/update
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //meta[@name="description"]/@content
postProcess:
- replace:
- regex: ^([^:]+).+
with: $1
Details: //div[@class="OneHeader"]/p
Date:
selector: //title
postProcess:
- replace:
- regex: ^.+Released\s*([a-zA-Z0-9,\s]+).*
with: $1
- parseDate: Jan 2, 2006
Image: //img[@id="Magazine"]/@src
Studio:
Name:
selector: //title
postProcess:
- replace:
- regex: ^.+on\s*(.+)\.com.+
with: $1
# Last Updated March 27, 2024