stash
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
name: "FinishesTheJob"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- finishesthejob.com/scene/
|
||||
- mrpov.com/scene/
|
||||
- manojob.com/scene/
|
||||
- thedicksuckers.com/scene/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$content: //main//div[contains(@class,"col")]
|
||||
scene:
|
||||
Title: $content/h1/text()
|
||||
Details: $content/p[2]/text()
|
||||
# only works when url is from finishesthejob.com
|
||||
Date:
|
||||
selector: $content/meta[@itemprop="uploadDate"]/@content
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "^(.+?)T.*"
|
||||
with: $1
|
||||
- parseDate: "2006-01-02"
|
||||
Performers:
|
||||
Name: $content/h3/a/text()
|
||||
Tags:
|
||||
Name: $content/p/a/text()
|
||||
Image:
|
||||
selector: //video/@poster
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (.+scenes\/)([a-z]+)(.+)
|
||||
with: https://www.$2.com$1$2$3
|
||||
Studio:
|
||||
Name:
|
||||
selector: $content/h2/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: "Presented By: "
|
||||
with: ""
|
||||
URL: //link[@rel='canonical']/@href
|
||||
|
||||
# Last Updated October 19, 2023
|
||||
9
stash/config/scrapers/community/FinishesTheJob/manifest
Executable file
9
stash/config/scrapers/community/FinishesTheJob/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: FinishesTheJob
|
||||
name: FinishesTheJob
|
||||
metadata: {}
|
||||
version: e9b2db4
|
||||
date: "2023-10-19 20:09:27"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- FinishesTheJob.yml
|
||||
Reference in New Issue
Block a user