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,52 @@
name: BoyCrush Network
sceneByURL:
- action: scrapeXPath
url:
- tour.boycrush.com/boy-crush-watch-gay-movies/
- tour.baretwinks.com/bare-twinks-watch/
scraper: bcScraper
xPathScrapers:
bcScraper:
common:
$imageUrl: //div[@class="flv-player-holder"]//video/@poster|//div[@class="flv-player-holder" and not(//video)]//img/@src
scene:
Title:
selector: //head/title
postProcess:
- replace:
- regex: .* showing (.*) featuring.*
with: $1
Date:
selector: //h2[@class="fsize16"]/text()
postProcess:
- replace:
- regex: (.+) - .*
with: $1
- parseDate: January 2, 2006
Details: //div[@class="diary-descr"]
Image: $imageUrl
Code:
selector: $imageUrl
postProcess:
- replace:
- regex: .*/largethumbs/([^_]+)_.*
with: $1
Studio:
Name:
selector: $imageUrl
postProcess:
- replace:
- regex: .*/largethumbs/([a-z]+).*
with: $1
- map:
bc: BoyCrush
bt: BareTwinks
hmt: HomeMadeTwinks
tast: TastyTwink
bf: BoyFeast
Performers:
Name: //div[@class="models-name"]//h2//a
Tags:
Name: //div[@class="models-name"]//h4//a
# Last Updated October 02, 2023