mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 07:10:44 +00:00
theshinning: remember=1 -> on and other updates.
This commit is contained in:
parent
8645467584
commit
a1701f843a
1 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
remember: 1
|
remember: on
|
||||||
selectorinputs:
|
selectorinputs:
|
||||||
_token:
|
_token:
|
||||||
selector: meta[name="csrf-token"]
|
selector: meta[name="csrf-token"]
|
||||||
|
@ -91,14 +91,14 @@
|
||||||
attribute: src
|
attribute: src
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["https://via.placeholder.com/600x900/212121/FFFFFF/?text=NOCOVER", ""]
|
args: ["https://theshinning.me/img/nocover.png", ""]
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(3)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d\.]+)
|
args: (\d+)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(2)
|
selector: td:nth-last-child(2)
|
||||||
leechers:
|
leechers:
|
||||||
|
@ -134,11 +134,11 @@
|
||||||
i[class*="fa-star text-gold"]: 0 # Freeleech
|
i[class*="fa-star text-gold"]: 0 # Freeleech
|
||||||
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
|
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
|
||||||
i[class*="fa-certificate text-pink"]: 0 # Featured
|
i[class*="fa-certificate text-pink"]: 0 # Featured
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
i[class*="fa-gem text-green"]: 2 # Single Torrent Double Upload
|
i[class*="fa-gem text-green"]: 2 # Single Torrent Double Upload
|
||||||
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
||||||
i[class*="fa-certificate text-pink"]: 2 # Featured
|
i[class*="fa-certificate text-pink"]: 2 # Featured
|
||||||
"*": "1"
|
"*": 1
|
||||||
# UNIT3D
|
# UNIT3D 1.9
|
||||||
|
|
Loading…
Reference in a new issue