Updated mock arr container names

This commit is contained in:
2025-11-20 10:43:15 -07:00
parent b2ae5bd9d9
commit ab4c119e04
560 changed files with 137075 additions and 110038 deletions
+25 -6
View File
@@ -1,7 +1,7 @@
---
id: newheaven
name: New Heaven
description: New Heaven is a GERMAN Private tracker for MOVIES / AUDIO / TV / GENERAL
description: "New Heaven is a GERMAN Private tracker for MOVIES / AUDIO / TV / GENERAL"
language: de-DE
type: private
encoding: iso-8859-1
@@ -65,6 +65,10 @@ caps:
book-search: [q]
settings:
- name: info_general
type: info
label: Layout Manager Settings
default: "Go to <b>Usercenter</b>-><b>Einstellungen</b>, scroll down to <b>Layout Manager</b> and ensure <b>Comments</b>-, <b>Files</b>- and <b>Snatcher</b>-Anzeige are set to <b>anzeigen</b>, so that the number of files, grabs, seeders and leechers can be correctly detected."
# using cookie method because I could not get the form method to work when converting broken C# indexer to yaml #15527
- name: cookie
type: text
@@ -134,7 +138,7 @@ search:
# 0 any, 1 1day, 7 1week, 30 30days, 90 90days
time: 0
# title, nfo, descr, all
details: "{{ if .Query.IMDBID }}descr{{ else }}title{{ end }}"
details: "{{ if .Query.IMDBID }}all{{ else }}title{{ end }}"
rows:
selector: "table.torrenttable > tbody > tr:not(:has(td.torrenttableheader)){{ if .Config.onlyupload }}:has(img[src$=\"/onlyup.png\"]){{ else }}{{ end }}"
@@ -146,8 +150,17 @@ search:
filters:
- name: querystring
args: dir
title:
title_default:
selector: a[href*="index.php?strWebValue=torrent&strWebAction=details&id="]
title_optional:
selector: a[href*="index.php?strWebValue=torrent&strWebAction=details&id="][onmouseover]
attribute: onmouseover
filters:
- name: regexp
args: "return buildTable\\('([^']+)',"
optional: true
title:
text: "{{ if .Result.title_optional }}{{ .Result.title_optional }}{{ else }}{{ .Result.title_default }}{{ end }}"
details:
selector: a[href*="index.php?strWebValue=torrent&strWebAction=details&id="]
attribute: href
@@ -193,14 +206,20 @@ search:
args: "dd.MM.yyyy HH:mm zzz"
date:
text: "{{ if or .Result.date_year .Result.date_day }}{{ or .Result.date_year .Result.date_day }}{{ else }}now{{ end }}"
files:
selector: a[href$="#filelist"]
size:
selector: td:nth-child(4)
grabs:
selector: td:nth-child(6)
seeders:
selector: td:nth-child(7)
seeders:
selector: a[href$="#seeders"]
optional: true
default: 0
leechers:
selector: td:nth-child(8)
selector: a[href$="#leechers"]
optional: true
default: 0
downloadvolumefactor:
case:
div:contains("50% DL"): 0.5