mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
xbytesv2: add freeleech.gif detection. resolves #15239
This commit is contained in:
parent
b767719cc5
commit
86952f4c69
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ search:
|
|||
selector: td:nth-child(8)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src$="freeleech.gif"]: 0
|
||||
img[src$="gold.gif"]: 0
|
||||
img[src$="silver.gif"]: 0.5
|
||||
img[src$="bronze.gif"]: 0.25
|
||||
|
|
Loading…
Reference in a new issue