mirror of https://github.com/Jackett/Jackett
kickasstorrent-kathow: some size values are invalid. resolves #10035
This commit is contained in:
parent
b229fac9b1
commit
f8b86383e6
|
@ -100,6 +100,9 @@ search:
|
|||
args: url
|
||||
size:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: re_replace # 1.014.2 MB => 1014.2 MB
|
||||
args: ["\\.([0-9]{3})", "$1"]
|
||||
date:
|
||||
selector: td:nth-child(3)
|
||||
filters:
|
||||
|
|
Loading…
Reference in New Issue