This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View 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

View 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