mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +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:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
remember: 1
|
||||
remember: on
|
||||
selectorinputs:
|
||||
_token:
|
||||
selector: meta[name="csrf-token"]
|
||||
|
@ -91,14 +91,14 @@
|
|||
attribute: src
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["https://via.placeholder.com/600x900/212121/FFFFFF/?text=NOCOVER", ""]
|
||||
args: ["https://theshinning.me/img/nocover.png", ""]
|
||||
size:
|
||||
selector: td:nth-last-child(4)
|
||||
grabs:
|
||||
selector: td:nth-last-child(3)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([\d\.]+)
|
||||
args: (\d+)
|
||||
seeders:
|
||||
selector: td:nth-last-child(2)
|
||||
leechers:
|
||||
|
@ -134,11 +134,11 @@
|
|||
i[class*="fa-star text-gold"]: 0 # Freeleech
|
||||
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
|
||||
i[class*="fa-certificate text-pink"]: 0 # Featured
|
||||
"*": "1"
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
i[class*="fa-gem text-green"]: 2 # Single Torrent Double Upload
|
||||
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
||||
i[class*="fa-certificate text-pink"]: 2 # Featured
|
||||
"*": "1"
|
||||
# UNIT3D
|
||||
"*": 1
|
||||
# UNIT3D 1.9
|
||||
|
|
Loading…
Reference in a new issue