CommunityScrapers icon indicating copy to clipboard operation
CommunityScrapers copied to clipboard

Add scraper BBWHighway

Open andbigdata opened this issue 3 years ago • 1 comments

Add scraper for BBWHighway

andbigdata avatar May 19 '22 16:05 andbigdata

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

bnkai avatar May 22 '22 18:05 bnkai