stash
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
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
|
||||
9
stash/config/scrapers/community/1passforallsites/manifest
Executable file
9
stash/config/scrapers/community/1passforallsites/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: 1passforallsites
|
||||
name: 1 Pass For All Sites
|
||||
metadata: {}
|
||||
version: 81ddf2c
|
||||
date: "2023-07-13 02:50:30"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- 1passforallsites.yml
|
||||
Reference in New Issue
Block a user