stash
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
name: evolvedfightslez
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- evolvedfightslez.com/updates
|
||||
- evolvedfights.com/updates
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //meta[@property="og:title"]/@content
|
||||
Date:
|
||||
selector: //span[@class="update_date"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^(\d{1,2})\/(\d{1,2})\/(\d{4})$
|
||||
with: $3-$1-$2
|
||||
- parseDate: January 2 2006
|
||||
Tags:
|
||||
Name: //span[@class="tour_update_tags"][1]//a
|
||||
Performers:
|
||||
Name: //div[contains(@class,"model_update_block_info")]/span[@class="tour_update_models"]/a
|
||||
Details: //span[@class="latest_update_description"]/text()
|
||||
Image: //meta[@name="twitter:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="twitter:site"]/@content
|
||||
postProcess:
|
||||
- map:
|
||||
"@evolvedLez": Evolved Fights Lez
|
||||
"@EvolvedFights": Evolved Fights
|
||||
# Last Updated February 22, 2021
|
||||
9
stash/config/scrapers/community/evolvedfightslez/manifest
Executable file
9
stash/config/scrapers/community/evolvedfightslez/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: evolvedfightslez
|
||||
name: evolvedfightslez
|
||||
metadata: {}
|
||||
version: 419f46c
|
||||
date: "2021-02-22 13:20:51"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- evolvedfightslez.yml
|
||||
Reference in New Issue
Block a user