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,33 @@
name: SeeMomSuck
sceneByURL:
- action: scrapeXPath
url:
- seemomsuck.com/videos
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="videoblock"]/h2
Performers:
Name: //div[@class="featuringWrapper"]/a
Details:
selector: //div[@class="epDescription"]/text()
postProcess:
- replace:
- regex: '^\s*:\s*'
with: ""
Studio:
Name:
fixed: SeeMomSuck
Image:
selector: //div[@class="video_here"]/img/@src|//div[@class="video_here"]//div[@class="fluid_pseudo_poster"]/@style
postProcess:
- replace:
- regex: (?:.+)(\/content\/.+\.jpg)(?:.+)
with: $1
- regex: "^/content/"
with: "https://www.seemomsuck.com/content/"
driver:
useCDP: true
sleep: 4
# Last Updated February 20, 2022