mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +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:
|
||||
- name: split
|
||||
args: ["/", 3]
|
||||
# Books/Other is searched with 8050 and returns 7050 !?!?
|
||||
- name: replace
|
||||
args: ["7050", "8050"]
|
||||
title:
|
||||
selector: td:nth-child(2) a
|
||||
details:
|
||||
|
|
Loading…
Add table
Reference in a new issue