mirror of https://github.com/Jackett/Jackett
btmet: make category selector more specific
account for rare results with preview images - not sure how the preview image URL is patched together, but doesn't appear to be worth figuring out for use as poster
This commit is contained in:
parent
f2f2f652ae
commit
42c4b14599
|
@ -54,11 +54,11 @@ search:
|
|||
|
||||
fields:
|
||||
category:
|
||||
selector: div.item-bar > span
|
||||
selector: div.item-bar > span[class="cpill blue-pill"]
|
||||
category|append:
|
||||
# add tv to video
|
||||
optional: true
|
||||
selector: div.item-bar > span
|
||||
selector: div.item-bar > span[class="cpill blue-pill"]
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["Video", "TV"]
|
||||
|
|
Loading…
Reference in New Issue