stash
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
name: PuffyNetworkSite
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- simplyanal.com
|
||||
- weliketosuck.com
|
||||
- wetandpissy.com
|
||||
- wetandpuffy.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="header-title"]/h2
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^(.*)[—]\s+
|
||||
with:
|
||||
Date:
|
||||
selector: //span[@class="date-movie"]/b
|
||||
postProcess:
|
||||
- parseDate: Jan 2, 2006
|
||||
Details: //div[@class="movie-description"]/text()[1]
|
||||
Tags:
|
||||
Name: //div[@class="tags-box"]//a/text() | //div[@class="more-tags"]/a
|
||||
Performers:
|
||||
Name: //span[@class="model-movie"]//a/text()
|
||||
Studio:
|
||||
Name:
|
||||
selector: //img[@class="logo-overley"]/@src|//ul[@class="nav-list"]/li/a/img/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+?\.(.+?)\..+
|
||||
with: $1
|
||||
- map:
|
||||
weliketosuck: We Like To Suck
|
||||
wetandpuffy: Wet And Puffy
|
||||
wetandpissy: Wet And Pissy
|
||||
simplyanal: Simply Anal
|
||||
Image: //div[@id="videoplayer"]/video/@poster
|
||||
# Last Updated June 23, 2021
|
||||
Reference in New Issue
Block a user