mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
blutopia: update DLVF and ULVF
This commit is contained in:
parent
565530169d
commit
7ec2ac514e
1 changed files with 13 additions and 10 deletions
|
@ -165,19 +165,22 @@ search:
|
||||||
- name: timeago
|
- name: timeago
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
i[class*="fa-id-badge text-orange"]: 0 # 24 Hour FreeLeech From BON Store
|
span.torrent-listings-global-freeleech: 0
|
||||||
i[class*="fa-trophy text-purple"]: 0 # Special FreeLeech For Certain User Groups
|
span.torrent-listings-personal-freeleech: 0
|
||||||
i[class*="fa-star text-bold"]: 0 # Freeleech From Token
|
span.torrent-listings-freeleech-token: 0
|
||||||
i[class*="fa-coins text-bold"]: 0 # Freeleech From Token
|
span.torrent-listings-featured: 0
|
||||||
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
|
span.torrent-listings-freeleech[data-original-title*="25%"]: 0.75
|
||||||
i[class*="fa-star text-gold"]: 0 # Freeleech
|
span.torrent-listings-freeleech[data-original-title*="50%"]: 0.5
|
||||||
i[class*="fa-certificate text-pink"]: 0 # Featured Torrent
|
span.torrent-listings-freeleech[data-original-title*="75%"]: 0.25
|
||||||
|
span.torrent-listings-freeleech[data-original-title*="100%"]: 0
|
||||||
|
span.torrent-listings-special-freeleech: 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
i[class*="fa-gem text-green"]: 2 # Single Torrent Double Upload
|
span.torrent-listings-global-double-upload: 2
|
||||||
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
span.torrent-listings-double-upload: 2
|
||||||
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
span.torrent-listings-featured: 2
|
||||||
|
span.torrent-listings-special-double-upload: 2
|
||||||
"*": 1
|
"*": 1
|
||||||
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
# global MR is 0.4 but torrents must be seeded for 7 days regardless of ratio
|
||||||
# minimumratio:
|
# minimumratio:
|
||||||
|
|
Loading…
Add table
Reference in a new issue