CommunityScrapers
CommunityScrapers copied to clipboard
Add scraper BBWHighway
Add scraper for BBWHighway
Same for the other scraper No CDP needed, just get the selectors from the page source
name: "BuddhaBangXXX"
sceneByURL:
- action: scrapeXPath
url:
- buddhabangxxx.com/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$h3: //div[@class="section-video"]
scene:
Title:
selector: //div[@class="videoDetails clear"]/h3
Details: //div[@class="videoDetails clear"]/p
Tags:
Name: //ul[li[@class="label" and text()="Tags:"]]//a
Performers:
Name: //ul[li[@class="label" and text()="Featuring:"]]//a
Image:
selector: //script[contains(.,"poster=")]
postProcess:
- replace:
- regex: .*poster="([^"]+)".*
with: https://buddhabangxxx.com/$1
Studio:
Name:
fixed: "Buddha Bang Productions"
Date:
selector: //div[@class="videoInfo clear"]/p[span[contains(text(),"Date Added:")]]/text()
postProcess:
- parseDate: January 2, 2006
# Last Updated May 19, 2022