stash
This commit is contained in:
51
stash/config/scrapers/community/bellapass/bellapass.yml
Normal file
51
stash/config/scrapers/community/bellapass/bellapass.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
name: bellapass
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- alexismonroe.com
|
||||
- avadawn.com
|
||||
- bellanextdoor.com
|
||||
- bellahd.com
|
||||
- bellapass.com
|
||||
- bryci.com
|
||||
- calicarter.com
|
||||
- janafox.com
|
||||
- joeperv.com
|
||||
- hd19.com
|
||||
- hunterleigh.com
|
||||
- katiebanks.com
|
||||
- monroelee.com
|
||||
- taliashepard.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@class="videoDetails clear"]/h3
|
||||
Details: //div[@class="videoDetails clear"]/p
|
||||
Performers:
|
||||
Name: //li[@class="update_models"]//a
|
||||
Tags:
|
||||
Name: //div[@class="featuring clear"][2]//a
|
||||
Image:
|
||||
selector: //base/@href|//img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
||||
concat: "|"
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "[|]"
|
||||
with: ""
|
||||
- regex: "^//"
|
||||
with: "https://"
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="author"]/@content
|
||||
postProcess:
|
||||
- map: # Mapped some names so they fit in better than single names.
|
||||
Bryci.com: Bryci Studio's
|
||||
JanaFox.com: Jana Fox Studio's
|
||||
JoePerv.com: Joe Perv
|
||||
HD19.com: HD19 Studios's
|
||||
HunterLeigh.com: Hunter Leigh Studio's
|
||||
KatieBanks.com: Katie Banks Studio's
|
||||
MonroeLee.com: Monroe Lee Studio's
|
||||
TaliaShepard.com: Talia Shepard Studio's
|
||||
# Last Updated March 13, 2021
|
||||
Reference in New Issue
Block a user