mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +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/
|
- https://blutopia.xyz/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
|
# dont forget to update the case block in the search fields category
|
||||||
categorymappings:
|
categorymappings:
|
||||||
- {id: 1, cat: Movies, desc: "Movie"}
|
- {id: 1, cat: Movies, desc: "Movie"}
|
||||||
- {id: 2, cat: TV, desc: "TV Show"}
|
- {id: 2, cat: TV, desc: "TV Show"}
|
||||||
|
@ -91,6 +92,11 @@ search:
|
||||||
selector: download_link
|
selector: download_link
|
||||||
poster:
|
poster:
|
||||||
selector: poster
|
selector: poster
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["https://via.placeholder.com/90x135", ""]
|
||||||
|
- name: replace
|
||||||
|
args: ["https://via.placeholder.com/400x600", ""]
|
||||||
imdbid:
|
imdbid:
|
||||||
selector: imdb_id
|
selector: imdb_id
|
||||||
tmdbid:
|
tmdbid:
|
||||||
|
|
Loading…
Add table
Reference in a new issue