stash
This commit is contained in:
25
stash/config/scrapers/community/TaraTainton/TaraTainton.yml
Normal file
25
stash/config/scrapers/community/TaraTainton/TaraTainton.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: TaraTainton.com
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- www.taratainton.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@id="leftColumn"]/article/h1
|
||||
Details:
|
||||
selector: //div[@id="leftColumn"]/article/p
|
||||
concat: "\n\n"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Tara Tainton
|
||||
Date:
|
||||
selector: //div[@id="leftColumn"]/article/div[@class="theDate"]
|
||||
postProcess:
|
||||
- parseDate: 2 January 2006
|
||||
Tags:
|
||||
Name: //div[@id="leftColumn"]/article/div[@class="tags"]/a
|
||||
Image: //meta[@property="og:image"]/@content
|
||||
# Last Updated August 22, 2022
|
||||
|
||||
9
stash/config/scrapers/community/TaraTainton/manifest
Executable file
9
stash/config/scrapers/community/TaraTainton/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: TaraTainton
|
||||
name: TaraTainton.com
|
||||
metadata: {}
|
||||
version: 08e8530
|
||||
date: "2022-08-25 21:53:29"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- TaraTainton.yml
|
||||
Reference in New Issue
Block a user