mirror of https://github.com/Jackett/Jackett
DataScene: fix free detection
This commit is contained in:
parent
57c52d9eb2
commit
861a33f4af
|
@ -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 New Issue