mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
theaudioscene: add config sort option
This commit is contained in:
@@ -37,6 +37,15 @@
|
|||||||
type: info
|
type: info
|
||||||
label: How to get the Cookie
|
label: How to get the Cookie
|
||||||
default: "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find 'cookie:' in the <b>Request Headers</b> section<li>Copy & paste the whole cookie string to here.</ol>"
|
default: "<ol><li>Login to this tracker with your browser<li>Open the <b>DevTools</b> panel by pressing <b>F12</b><li>Select the <b>Network</b> tab<li>Click on the <b>Doc</b> button<li>Refresh the page by pressing <b>F5</b><li>Select the <b>Headers</b> tab<li>Find 'cookie:' in the <b>Request Headers</b> section<li>Copy & paste the whole cookie string to here.</ol>"
|
||||||
|
- name: sort
|
||||||
|
type: select
|
||||||
|
label: Sort requested from site
|
||||||
|
default: "0"
|
||||||
|
options:
|
||||||
|
"0": "created"
|
||||||
|
"5": "seeders"
|
||||||
|
"2": "size"
|
||||||
|
"1": "title"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
method: cookie
|
method: cookie
|
||||||
@@ -52,8 +61,7 @@
|
|||||||
inputs:
|
inputs:
|
||||||
# catalog 0 all
|
# catalog 0 all
|
||||||
SrcCat: 0
|
SrcCat: 0
|
||||||
# sort 0 added 1 name 2 size 3 added 4 rated 5 seeders 6 leechers 7 grabs
|
SrcDat: "{{ .Config.sort }}"
|
||||||
SrcDat: 0
|
|
||||||
# 0 new&old 1 new only 2 old only
|
# 0 new&old 1 new only 2 old only
|
||||||
SrcEnd: 0
|
SrcEnd: 0
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
@@ -69,6 +77,7 @@
|
|||||||
args: ["(th|st|nd|rd)", ""]
|
args: ["(th|st|nd|rd)", ""]
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Jan 02 2006"
|
args: "Jan 02 2006"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td[id$="_1"] a
|
selector: td[id$="_1"] a
|
||||||
@@ -106,6 +115,6 @@
|
|||||||
grabs:
|
grabs:
|
||||||
selector: td[id$="_12"]
|
selector: td[id$="_12"]
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "1"
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: 1
|
||||||
|
Reference in New Issue
Block a user