Skip to content

Commit

Permalink
Update Little Caprice Dreams for new site layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Jan 11, 2025
1 parent d114ed4 commit 425958e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scrapers/LittleCapriceDreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ xPathScrapers:
common:
$project: //div[@id="main-project-content"]
scene:
Title: //meta[@property="og:title"]/@content
Title: $project//h1
Details: $project//div[contains(@class, "desc-text")]
Image: //meta[@property="og:image"]/@content
Image: //meta[@name="og:image"]/@content
Studio:
Name:
selector: $project/@class
Expand All @@ -31,11 +31,11 @@ xPathScrapers:
wecumtoyou: Wecumtoyou
xpervo: Xpervo
Date:
selector: //meta[@property="article:published_time"]/@content
selector: //meta[@name="article:published_time"]/@content
postProcess:
- parseDate: "2006-01-02T15:04:05+00:00"
Performers:
Name: $project//div[contains(@class, "project-models")]//a
Tags:
Name: $project//div[contains(@class, "project-tags")]//a
Name: $project//div[contains(@class, "project-tags")]//a[@data-count]
# Last Updated August 21, 2023

0 comments on commit 425958e

Please sign in to comment.