mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
drop ratio replace
cardigann does not process the ratio block anyway and none of the other yml source do any validation for this value
This commit is contained in:
@@ -56,9 +56,6 @@
|
|||||||
ratio:
|
ratio:
|
||||||
path: /
|
path: /
|
||||||
selector: td:has(a[href="/articles.php?topic=ratio"]) > td
|
selector: td:has(a[href="/articles.php?topic=ratio"]) > td
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["∞", "2147483647"] # max int32
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
@@ -104,8 +104,6 @@
|
|||||||
path: index.php
|
path: index.php
|
||||||
selector: div#top div:nth-child(2) span:nth-child(2)
|
selector: div#top div:nth-child(2) span:nth-child(2)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
|
||||||
args: ["Inf.", "2147483647"] # max int32
|
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "Ratio: (.+?) Bonus:"
|
args: "Ratio: (.+?) Bonus:"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user