mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
blutopia-api: add poster filters
This commit is contained in:
parent
849067b27f
commit
8e0463c899
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,7 @@ links:
|
|||
- https://blutopia.xyz/
|
||||
|
||||
caps:
|
||||
# dont forget to update the case block in the search fields category
|
||||
categorymappings:
|
||||
- {id: 1, cat: Movies, desc: "Movie"}
|
||||
- {id: 2, cat: TV, desc: "TV Show"}
|
||||
|
@ -91,6 +92,11 @@ search:
|
|||
selector: download_link
|
||||
poster:
|
||||
selector: poster
|
||||
filters:
|
||||
- name: replace
|
||||
args: ["https://via.placeholder.com/90x135", ""]
|
||||
- name: replace
|
||||
args: ["https://via.placeholder.com/400x600", ""]
|
||||
imdbid:
|
||||
selector: imdb_id
|
||||
tmdbid:
|
||||
|
|
Loading…
Add table
Reference in a new issue