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,35 @@
name: Kin8tengoku
sceneByURL:
- action: scrapeXPath
url:
- en.kin8tengoku.com/moviepages/
- enasianmusume.kin8tengoku.com/moviepages/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$tData: td[@class="movie_table_td2"]
scene:
Title: //p[@class="sub_title"]
Details: //meta[@name="description"]/@content
Image:
selector: //script[contains(.,"imgurl")]/text()
postProcess:
- replace:
- regex: ".*imgurl = '([^']+)'.+"
with: https:$1
Date:
selector: //tr[contains(td,"Date")]/$tData
postProcess:
- parseDate: 2006-01-02
Tags:
Name:
selector: //tr[contains(td,"Category")]/$tData//a
Performers:
Name:
selector: //tr[contains(td,"Model")]/$tData//a
Studio:
Name:
fixed: "Kinpatsutengoku"
# Last Updated February 18, 2021