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,30 @@
name: BoyFun
sceneByURL:
- action: scrapeXPath
url:
- boyfun.com/video
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$perf: //span[@class="models"]/span[@class="content"]/a
scene:
Title: //span[@class="title"]
Image: //video/@poster | //div[@class="video-poster"]/img/@src
Date:
selector: //span[@class="date"]/span[@class="content"]
postProcess:
- replace:
- regex: (st|[nr]d|th)
with: ""
- parseDate: Jan 2, 2006
Details:
selector: //div[@class="heading"]/following-sibling::text()
concat: "\n\n"
Performers:
Name: $perf/text()
URL: $perf/@href
Studio:
Name:
fixed: BoyFun
# Last Updated March 19, 2023