pixelados: upgrade to 6.3.0

change poster selector
add genre results
bump engine tag
This commit is contained in:
Garfield69 2022-09-14 10:11:31 +12:00
parent 1454f67eef
commit 7302652feb
1 changed files with 9 additions and 2 deletions

View File

@ -139,7 +139,7 @@ search:
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -149,6 +149,13 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
filters:
- name: replace
args: [" & ", "_&_"]
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@ -184,4 +191,4 @@ search:
minimumseedtime:
# 7 day (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.2.1 custom
# json UNIT3D 6.3.0 (custom)