This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
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

View File

@@ -0,0 +1,9 @@
id: TexasBukkake
name: Texas Bukkake
metadata: {}
version: 29d6d76
date: "2021-04-10 10:00:44"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- TexasBukkake.yml