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

View File

@@ -96,7 +96,7 @@ search:
infohash: infohash:
selector: info_hash selector: info_hash
poster: poster:
selector: poster selector: meta.poster
filters: filters:
- name: replace - name: replace
args: ["https://via.placeholder.com/90x135", ""] args: ["https://via.placeholder.com/90x135", ""]
@@ -106,6 +106,17 @@ search:
selector: tmdb_id selector: tmdb_id
tvdbid: tvdbid:
selector: tvdb_id 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: files:
selector: num_file selector: num_file
seeders: seeders:
@@ -138,4 +149,4 @@ search:
minimumseedtime: minimumseedtime:
# 7 days (as seconds = 7 x 24 x 60 x 60) # 7 days (as seconds = 7 x 24 x 60 x 60)
text: 604800 text: 604800
# json UNIT3D 6.2.1 # json UNIT3D 6.3.0