redbits: new domain

add genre results
update poster
update engine tag
This commit is contained in:
Garfield69 2022-12-06 16:05:22 +13:00
parent f7a9da3cfa
commit 735ef0780e
1 changed files with 19 additions and 2 deletions

View File

@ -6,6 +6,8 @@ language: es-ES
type: private
encoding: UTF-8
links:
- https://redbits.xyz/
legacylinks:
- https://red-bits.com/
caps:
@ -80,6 +82,10 @@ search:
perPage: 100
page: 1
keywordsfilters:
- name: re_replace
args: ["\\.", " "]
rows:
selector: data
attribute: attributes
@ -121,7 +127,7 @@ search:
infohash:
selector: info_hash
poster:
selector: poster
selector: meta.poster
filters:
- name: replace
args: ["https://via.placeholder.com/90x135", ""]
@ -131,6 +137,17 @@ search:
selector: tmdb_id
tvdbid:
selector: tvdb_id
genre:
selector: meta.genres
filters:
- name: re_replace
args: ["(?i)(Película de TV)", "Película_de_TV"]
- name: re_replace
args: ["(?i)(Science Fiction)", "Science_Fiction"]
- name: replace
args: [" & ", "_&_"]
description:
text: "{{ .Result.genre }}"
files:
selector: num_file
seeders:
@ -163,4 +180,4 @@ search:
minimumseedtime:
# 4 days (as seconds = 4 x 24 x 60 x 60)
text: 345600
# json UNIT3D 6.1.0
# json UNIT3D 6.4.1