Skip to content

Commit

Permalink
Merge pull request #2081 from estellaarrieta/master
Browse files Browse the repository at this point in the history
Add sensuallove.xxx scraper
  • Loading branch information
feederbox826 authored Oct 27, 2024
2 parents 45c4920 + e4c99a4 commit 2389cac
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions scrapers/sensuallovexxx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: "sensuallove.xxx"
sceneByURL:
- action: scrapeXPath
url:
- sensuallove.xxx/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class='entry-title']/text()
Date:
selector: //script[@type="application/ld+json"]/text()
postProcess:
- replace:
- regex: '.*(datePublished":")(\d{4}-\d{2}-\d{2}).*'
with: $2
- parseDate: 2006-01-02
Performers:
Name:
selector: //div[@id="video-actors"]/a/@title
Tags:
Name:
selector: //div[@class="tags-list"]/a/@title
postProcess:
- replace:
- regex: Movies
with: ""
Image:
selector: //meta[@property="og:image"]/@content
Studio:
Name:
fixed: "sensual.love"
# Last Updated October 25, 2024

0 comments on commit 2389cac

Please sign in to comment.