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,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

View 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