mirror of https://github.com/Jackett/Jackett
torrentdb: new freeleech and 2up selectors. resolves #13632
This commit is contained in:
parent
ed6f79661a
commit
d51d005476
|
@ -139,13 +139,13 @@ search:
|
||||||
attribute: href
|
attribute: href
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
i.fa-star: 0 # Freeleech
|
path[d^="M1728 "]: 0 # Freeleech
|
||||||
i.fa-certificate: 0 # Featured
|
path[d^="M320 "]: 0 # Featured
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
i.fa-certificate: 2 # Featured
|
path[d^="M320 "]: 2 # Featured
|
||||||
i.fa-gem: 2 # Double Upload
|
path[d^="M485.5 "]: 2 # Double Upload
|
||||||
"*": 1
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 1.0
|
text: 1.0
|
||||||
|
|
Loading…
Reference in New Issue