mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cpasbienclone: handle size from keyword searches. resolves #5567
This commit is contained in:
@@ -87,6 +87,9 @@
|
|||||||
args: [ "To", "000000000000"]
|
args: [ "To", "000000000000"]
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [ "X", "" ]
|
args: [ "X", "" ]
|
||||||
|
# this is for the search with keywords which returns sizes nnnnn.n without unit indicator.
|
||||||
|
- name: re_replace
|
||||||
|
args: [ "(\\d+)\\.\\d", "$1 MB"]
|
||||||
date:
|
date:
|
||||||
text: "now"
|
text: "now"
|
||||||
seeders:
|
seeders:
|
||||||
|
Reference in New Issue
Block a user