mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
knaben: fix books/other due to site db/search missmatch
This commit is contained in:
parent
316933d392
commit
fd522272df
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ search:
|
||||||
filters:
|
filters:
|
||||||
- name: split
|
- name: split
|
||||||
args: ["/", 3]
|
args: ["/", 3]
|
||||||
|
# Books/Other is searched with 8050 and returns 7050 !?!?
|
||||||
|
- name: replace
|
||||||
|
args: ["7050", "8050"]
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
details:
|
details:
|
||||||
|
|
Loading…
Add table
Reference in a new issue