stash
This commit is contained in:
9
stash/config/scrapers/community/taboopov/manifest
Executable file
9
stash/config/scrapers/community/taboopov/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: taboopov
|
||||
name: taboopov
|
||||
metadata: {}
|
||||
version: 73463ed
|
||||
date: "2020-10-30 17:12:16"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- taboopov.yml
|
||||
39
stash/config/scrapers/community/taboopov/taboopov.yml
Normal file
39
stash/config/scrapers/community/taboopov/taboopov.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
name: taboopov
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- taboopov.com/videos/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class='title']/text()
|
||||
Performers:
|
||||
Name:
|
||||
selector: //a[starts-with(@href,'/models')]/text()
|
||||
Details:
|
||||
selector: //div[@class='title']//following-sibling::p/text()
|
||||
concat: "\n\n"
|
||||
Tags:
|
||||
Name:
|
||||
selector: //a[starts-with(@href,'/keywords')]/text()
|
||||
Image:
|
||||
selector: //img[@class='photo']/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: https://taboopov.com
|
||||
Studio:
|
||||
Name:
|
||||
fixed: TabooPOV
|
||||
Date:
|
||||
selector: //td[contains(.,"Date Added:")]/text()
|
||||
concat: " "
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*(?:Date Added:)\s(\d{2}/\d{2}/\d{4}).*
|
||||
with: $1
|
||||
- parseDate: 01/02/2006
|
||||
|
||||
# Last Updated October 30, 2020
|
||||
Reference in New Issue
Block a user