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,46 @@
name: hanime
sceneByFragment:
action: scrapeXPath
queryURL: https://hanime.tv/videos/hentai/{filename}
queryURLReplace:
filename:
- regex: ^([a-z\-0-9]+)(\-[0-9]{3,4}p).*
with: $1
scraper: sceneScraper
sceneByURL:
- action: scrapeXPath
url:
- hanime.tv/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class="tv-title"]/text()
Date:
selector: //div[@class="hvpimbc-item"]/div[contains(.,"Release Date")]/../div[@class="hvpimbc-text grey--text"]/text()
postProcess:
- parseDate: January 2, 2006
Details:
selector: //div[@class="mt-3 mb-0 hvpist-description"]//text()
concat: "\n\n"
Tags:
Name: //div[@class="hvpis-text grey--text text--lighten-1"]/a/div
Studio:
Name:
selector: //div[@class="hvpimbc-item full"]/a[@class="hvpimbc-text"]/text()
Image:
selector: //script[contains(., "poster_url")]
postProcess:
- replace:
- regex: (.+?poster_url":")(.+?)(","cover_url".+)
with: $2
- regex: "u002F"
with: ""
- regex: \\
with: /
- regex: "static-assets.highwinds-cdn.com"
with: "static-assets.droidbuzz.top"
- regex: "https://"
with: "https://i1.wp.com/"
# Last Updated May 22, 2023

View File

@@ -0,0 +1,9 @@
id: hanime
name: hanime
metadata: {}
version: 718fa24
date: "2023-05-22 23:04:00"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- hanime.yml