stash
This commit is contained in:
9
stash/config/scrapers/community/pjgirls/manifest
Executable file
9
stash/config/scrapers/community/pjgirls/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: pjgirls
|
||||
name: pjgirls
|
||||
metadata: {}
|
||||
version: "11742e9"
|
||||
date: "2021-03-04 11:00:25"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- pjgirls.yml
|
||||
37
stash/config/scrapers/community/pjgirls/pjgirls.yml
Normal file
37
stash/config/scrapers/community/pjgirls/pjgirls.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: pjgirls
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- pjgirls.com/en/video
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class='container']/h1
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "VIDEO:"
|
||||
with: ""
|
||||
Date:
|
||||
selector: //div[@class='info']/h3[not(starts-with(.,"LENGTH"))]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ","
|
||||
with: ""
|
||||
- parseDate: January 2 2006
|
||||
Performers:
|
||||
Name: //div[@class='info']//a
|
||||
Details: //div[@class="text"]/p[1]
|
||||
Tags:
|
||||
Name: //div[@class="detailTagy clear"]//a
|
||||
Image:
|
||||
selector: //div[@class="videoObal"]//@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "http://www.pjgirls.com/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: PJGIRLS
|
||||
# Last Updated March 02, 2021
|
||||
Reference in New Issue
Block a user