mirror of
https://github.com/Jackett/Jackett
synced 2025-01-31 11:52:07 +00:00
DataScene: fix free detection
This commit is contained in:
parent
57c52d9eb2
commit
861a33f4af
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
attribute: href
|
attribute: href
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"img[src=\"pic/free.gif\"]": "0"
|
"img[src=\"pic/free.png\"]": "0"
|
||||||
"*": "1"
|
"*": "1"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
|
|
Loading…
Reference in a new issue