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,38 @@
name: LetThemWatch
sceneByURL:
- action: scrapeXPath
url:
- letthemwatch.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$info: //div[@class='memberPicVid']
$pic: //div[@class='player-thumb']//img
scene:
Title: $info/h3
Date:
selector: $info//div[@class="date"]
postProcess:
- parseDate: January 2, 2006
Details: $info//div[@class="memberContent"]/p
Image:
selector: //base/@href | $pic/@src0_1x | $pic/@src0_2x | $pic/@src_03x | $pic/@src_04x
concat: __SEP__
postProcess:
- replace:
- regex: ^(.+)?__SEP__.+__SEP__(.+)$
with: $1$2
Studio:
Name: //meta[@name="author"]/@content
Code:
selector: //link[@rel='canonical']/@href
postProcess:
- replace:
- regex: .+/(\d+).+$
with: $1
Tags:
Name: $info//p[contains(.,'Categories')]/a
Performers:
Name: $info//p[contains(.,'Guys')]/a
# Last Updated April 3, 2024

View File

@@ -0,0 +1,9 @@
id: LetThemWatch
name: LetThemWatch
metadata: {}
version: 738ba94
date: "2024-04-05 23:07:10"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- LetThemWatch.yml