stash
This commit is contained in:
30
stash/config/scrapers/community/BoyFun/BoyFun.yml
Normal file
30
stash/config/scrapers/community/BoyFun/BoyFun.yml
Normal 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
|
||||
9
stash/config/scrapers/community/BoyFun/manifest
Executable file
9
stash/config/scrapers/community/BoyFun/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: BoyFun
|
||||
name: BoyFun
|
||||
metadata: {}
|
||||
version: f1f5819
|
||||
date: "2023-11-26 18:27:16"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- BoyFun.yml
|
||||
Reference in New Issue
Block a user