mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:19:16 +00:00
crazycorner: add silver DLVF
This commit is contained in:
parent
fc8ebdca92
commit
6c64f68360
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
details:
|
||||
selector: a[href*="/details.php?id="]
|
||||
attribute: href
|
||||
# rows have download but site requires thanks so we use dl from details
|
||||
download:
|
||||
selector: a[href*="/details.php?id="]
|
||||
attribute: href
|
||||
|
@ -153,6 +154,7 @@
|
|||
downloadvolumefactor:
|
||||
case:
|
||||
img[src$="_flags/freedownload.gif"]: 0
|
||||
img[src$="_flags/silverdownload.gif"]: 0.5
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
|
|
Loading…
Reference in a new issue