mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
hdcity: detect freeleech flag (#8271)
This commit is contained in:
parent
c9aec23304
commit
8645e859b9
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@
|
||||||
attribute: href
|
attribute: href
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
|
img[src$="freeleech.gif"]: "0"
|
||||||
img[src$="gold.gif"]: "0"
|
img[src$="gold.gif"]: "0"
|
||||||
img[src$="silver.gif"]: "0.5"
|
img[src$="silver.gif"]: "0.5"
|
||||||
"*": "1"
|
"*": "1"
|
||||||
|
|
Loading…
Reference in a new issue