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

36 lines
879 B
YAML

name: "1 Pass For All Sites"
sceneByURL:
- action: scrapeXPath
url:
- 1passforallsites.com/episode/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
selector: //a[contains(@href,'?site=')]
Title:
selector: //title
postProcess:
- replace:
- regex: (^.+) - 1 .+$
with: $1
Details: //div[@class="sp-info-txt"]/p/text()
Performers:
Name:
selector: //p[@class="sp-info-name"]/a/text()
Tags:
Name:
selector: //p[@class="niches-list"]/a/text()
Date:
selector: //li[contains(text(),"Added:")]
postProcess:
- replace:
- regex: "Added\\: (.+)"
with: $1
- parseDate: 2 Jan 2006
Image: //video/@poster
# Last Updated July 12, 2023