breizhpeers: upgrade to 6.3.0

selector changes for poster
add genre results
drop magnet
This commit is contained in:
Garfield69 2022-09-14 09:46:53 +12:00
parent 56aba98bc9
commit 68aad0c3b8
1 changed files with 9 additions and 5 deletions

View File

@ -136,13 +136,10 @@ search:
selector: details_link
download:
selector: download_link
magnet:
selector: magnet_link
optional: true
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -152,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 +188,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.2.1 custom
# json UNIT3D 6.3.0 (custom)