mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
blutopia-api: add poster filters
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user