Created a mock Sonarr container for the beta release
This commit is contained in:
@@ -18,6 +18,7 @@ caps:
|
||||
- {id: 2, cat: PC/Mac, desc: "Программы - Audio"}
|
||||
- {id: 3, cat: PC/Mac, desc: "Программы - Video"}
|
||||
- {id: 4, cat: PC/Mac, desc: "Программы - Graphics"}
|
||||
- {id: 95, cat: PC/Mac, desc: " |- Вспомогательный инструментарий - presets, effects, brush.."}
|
||||
- {id: 79, cat: PC/Mac, desc: " |- Архив Программы - Graphics"}
|
||||
- {id: 5, cat: PC/Mac, desc: "Программы - System Utilities"}
|
||||
- {id: 23, cat: PC/Mac, desc: " |- Средства разработки приложений"}
|
||||
@@ -68,9 +69,7 @@ settings:
|
||||
type: text
|
||||
label: Cookie
|
||||
- name: info_cookie
|
||||
type: info
|
||||
label: How to get the Cookie
|
||||
default: "<ol><li>Login to this tracker with your browser</li><li>Open the <b>DevTools</b> panel by pressing <b>F12</b></li><li>Select the <b>Network</b> tab</li><li>Click on the <b>Doc</b> button (Chrome Browser) or <b>HTML</b> button (FireFox)</li><li>Refresh the page by pressing <b>F5</b></li><li>Click on the first row entry</li><li>Select the <b>Headers</b> tab on the Right panel</li><li>Find <b>'cookie:'</b> in the <b>Request Headers</b> section</li><li><b>Select</b> and <b>Copy</b> the whole cookie string <i>(everything after 'cookie: ')</i> and <b>Paste</b> here.</li></ol>"
|
||||
type: info_cookie
|
||||
- name: stripcyrillic
|
||||
type: checkbox
|
||||
label: Strip Cyrillic Letters
|
||||
@@ -102,9 +101,10 @@ settings:
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Inactive accounts are automatically deleted after 90 days from the moment the system first detects inactivity."
|
||||
default: "Inactive accounts are automatically deleted after 90 days from the moment the system first detects inactivity.<br>A user is considered inactive if they meet one of the following conditions:<ul><li>Within 30 days of registration, they have not downloaded at least 1 torrent, resulting in Total Downloaded in their profile being 0</li><li>Their ratio is less than or equal to 0.3</li><li>They have fewer than 10 time bonuses</li></ul>Immunity from inactivity is automatically granted to users holding any title from the list or being a member of groups."
|
||||
|
||||
login:
|
||||
# using cookie method because I could not get the form method to work #15131
|
||||
method: cookie
|
||||
inputs:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
@@ -141,7 +141,7 @@ search:
|
||||
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "сезон $1 сери $2"]
|
||||
|
||||
rows:
|
||||
selector: tr.tCenter
|
||||
selector: tr.tCenter:has(a[href^="dl.php?t="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
@@ -208,21 +208,21 @@ search:
|
||||
selector: a[href^="./viewtopic.php?t="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="./viewtopic.php?t="]
|
||||
selector: a[href^="dl.php?t="]
|
||||
attribute: href
|
||||
size:
|
||||
selector: td.tor-size > u
|
||||
seeders:
|
||||
selector: td[title="Сиды"] b
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["viewtopic", "dl"]
|
||||
size:
|
||||
selector: td:nth-child(6) > u
|
||||
seeders:
|
||||
selector: td > b.seedmed, span[title="сида не было"] > b
|
||||
args: ["никогда", "0"]
|
||||
leechers:
|
||||
selector: td.leechmed > b
|
||||
grabs:
|
||||
selector: td:nth-child(9)
|
||||
date:
|
||||
selector: td:last-child > u
|
||||
selector: td[title="Добавлен"] > u
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src$="default/images/tor_gold.gif"]: 0
|
||||
@@ -236,6 +236,7 @@ search:
|
||||
case:
|
||||
span.tor-approved: "Verified:"
|
||||
span.tor-not-approved: "Unverified:"
|
||||
span.tor-dup: "Temporary:"
|
||||
description:
|
||||
selector: a[href^="./viewtopic.php?t="]
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user