stash
This commit is contained in:
33
stash/config/scrapers/community/OnlyTarts/OnlyTarts.yml
Normal file
33
stash/config/scrapers/community/OnlyTarts/OnlyTarts.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: OnlyTarts
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- onlytarts.com/video
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class="video-detail__title"]
|
||||
Details: //div[@data-id="description" and @class="hidden"]/text()
|
||||
Date:
|
||||
selector: //div[@class="video-info__time"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*•\s+(.*)
|
||||
with: $1
|
||||
- parseDate: 2 January, 2006
|
||||
Image:
|
||||
selector: //script[contains(., "pluginSettings")]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*url":\s*"(.*poster[^"]*).*$
|
||||
with: $1
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Only Tarts
|
||||
Tags:
|
||||
Name: //a[contains(@class, "tags__item")]
|
||||
Performers:
|
||||
Name: //div[contains(@class, "video-info")]//a[contains(@href, "/model")]/text()
|
||||
URL: //div[contains(@class, "video-info")]//a[contains(@href, "/model")]/@href
|
||||
# Last Updated September 10, 2023
|
||||
9
stash/config/scrapers/community/OnlyTarts/manifest
Executable file
9
stash/config/scrapers/community/OnlyTarts/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: OnlyTarts
|
||||
name: OnlyTarts
|
||||
metadata: {}
|
||||
version: 8e2b818
|
||||
date: "2023-09-10 10:18:22"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- OnlyTarts.yml
|
||||
Reference in New Issue
Block a user