skipthecommercials: upgrade 6.3.0

change poster selector
added genre results
bumped engine tag
This commit is contained in:
Garfield69 2022-09-14 10:49:06 +12:00
parent fa1465373d
commit 533b07f801
1 changed files with 13 additions and 2 deletions

View File

@ -96,7 +96,7 @@ search:
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -106,6 +106,17 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: re_replace
args: ["(?i)(TV Movie)", "TV_Movie"]
- name: replace
args: [" & ", "_&_"]
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@ -138,4 +149,4 @@ search:
minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800
# json UNIT3D 6.2.1
# json UNIT3D 6.3.0