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,41 @@
name: iwara.tv
sceneByURL:
- action: scrapeJson
url:
- iwara.tv/video/
queryURL: "{url}"
queryURLReplace:
url:
- regex: "[^/]+$"
with: ""
- regex: "https://www.iwara.tv/video/"
with: "https://api.iwara.tv/video/"
scraper: sceneScraper
jsonScrapers:
sceneScraper:
scene:
Title: title
Date:
selector: file.createdAt
postProcess:
- replace:
- regex: '(\d{4}-\d{2}-\d{2}).*'
with: $1
- parseDate: "2006-01-02"
Studio:
Name: user.name
Tags:
Name: tags.#.id
Details: body
Image:
selector: "[file.id,thumbnail]"
concat: ","
postProcess:
- replace:
- regex: '\b([1-9])\b'
with: "0$1"
- replace:
- regex: (.*),(.*)
with: "https://i.iwara.tv/image/original/$1/thumbnail-$2.jpg"
# Last Updated October 05, 2023