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:
ilike2burnthing 2022-06-04 04:22:08 +01:00 committed by GitHub
parent f2f2f652ae
commit 42c4b14599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"]