Files
compose-projects-arr/stash/config/scrapers/community/TexasBukkake/TexasBukkake.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

28 lines
736 B
YAML

name: Texas Bukkake
sceneByURL:
- action: scrapeXPath
url:
- texasbukkake.com/video/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name: //div[contains(@class,"tags")]/a
Performers:
Name:
selector: //span/a[@class="text-yellow-300"]
Title:
selector: //div[contains(@class,"title")]/h1
Details: //div[@class="pb-5"]/text()
Tags:
Name:
selector: //div[contains(@class,"categories")]/a/text()
Image:
selector: //div[contains(@class,"video-cover")]/@style
postProcess:
- replace:
- regex: ^.+\("?(.+?)"?\).+$
with: https:$1
# Last Updated April 07, 2021