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 type: private
encoding: UTF-8 encoding: UTF-8
links: links:
- https://redbits.xyz/
legacylinks:
- https://red-bits.com/ - https://red-bits.com/
caps: caps:
@ -80,6 +82,10 @@ search:
perPage: 100 perPage: 100
page: 1 page: 1
keywordsfilters:
- name: re_replace
args: ["\\.", " "]
rows: rows:
selector: data selector: data
attribute: attributes attribute: attributes
@ -121,7 +127,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", ""]
@ -131,6 +137,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)(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: files:
selector: num_file selector: num_file
seeders: seeders:
@ -163,4 +180,4 @@ search:
minimumseedtime: minimumseedtime:
# 4 days (as seconds = 4 x 24 x 60 x 60) # 4 days (as seconds = 4 x 24 x 60 x 60)
text: 345600 text: 345600
# json UNIT3D 6.1.0 # json UNIT3D 6.4.1