Skip to content

Commit

Permalink
Merge pull request #2059 from TheStashMaster/PaperStreetMediaUpdate
Browse files Browse the repository at this point in the history
Tested and working on AnalMom.com
  • Loading branch information
feederbox826 authored Oct 2, 2024
2 parents 23f4301 + 0b1f765 commit 0f56cb5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions scrapers/PaperStreetMedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,17 @@ sceneByURL:
xPathScrapers:
sceneScraper:
scene:
Title: //p[@class="video-title"]/text()
Details: //div[contains(@class, 'video-description')]/descendant-or-self::*/text()
Title: //h1[@class="sceneTitle"]/text()
Details: //div[contains(@class, 'sceneDesc')]/descendant-or-self::*/text()
Performers:
Name: //p[@class="model-name"]/a
Image: //div[@class="video-area"]//stream/@poster
Name: //div[contains(@class, 'contentTitle')]/a
Image: //div[@class="stream-video-container"]/stream/@poster
Date:
selector: //div[contains(concat(' ',normalize-space(@class),' '),' sceneDate ')]/text()
postProcess:
- parseDate: 01/02/2006
Tags:
Name: //div[contains(concat(' ',normalize-space(@class),' '),' tags-container ')]/a/text()
Studio:
Name:
selector: //link[@rel="canonical"]/@href
Expand Down Expand Up @@ -141,4 +147,4 @@ driver:
headers:
- Key: User-Agent
Value: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0)
# Last Updated May 27, 2024
# Last Updated Sep 27, 2024

0 comments on commit 0f56cb5

Please sign in to comment.