mirror of
https://github.com/Jackett/Jackett
synced 2025-03-13 07:33:12 +00:00
[HDOlimpo] Fix Freeleech tags (#10518)
This commit is contained in:
parent
4b2c4c0718
commit
1f771d89e0
1 changed files with 5 additions and 1 deletions
|
@ -197,7 +197,8 @@ search:
|
|||
i[class*="fa-star text-bold"]: 0 # Freeleech From Token
|
||||
i[class*="fa-coins text-bold"]: 0 # Freeleech From Token
|
||||
i[class*="fa-globe text-blue"]: 0 # Global Freeleech
|
||||
i[class*="fa-star text-gold"]: 0 # Freeleech
|
||||
i[class*="fas fa-star text-gold"]: 0 # Freeleech
|
||||
i[class*="fal fa-star text-gold"]: 0.5 # 50% Freeleech
|
||||
i[class*="fa-certificate text-pink"]: 0 # Featured Torrent
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
|
@ -206,4 +207,7 @@ search:
|
|||
i[class*="fa-globe text-green"]: 2 # Global Double Upload
|
||||
i[class*="fa-certificate text-pink"]: 2 # Featured Torrent
|
||||
"*": 1
|
||||
minimumseedtime:
|
||||
# 4 days (as seconds = 4 x 24 x 60 x 60)
|
||||
text: 345600
|
||||
# UNIT3D 2.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue