mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Hachede: fix TV Shows search and spanish language (#2838)
Change TV Shows search format for Spanish style and add [spanish] for detected Spanish language in Sonarr/Radarr
This commit is contained in:
@@ -80,12 +80,15 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
path: /
|
path: /
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
|
||||||
inputs:
|
inputs:
|
||||||
p: "torrents"
|
p: "torrents"
|
||||||
page: "1"
|
page: "1"
|
||||||
pid: "10"
|
pid: "10"
|
||||||
$raw: "{{range .Categories}}&cid[]={{.}}{{end}}"
|
$raw: "{{range .Categories}}&cid[]={{.}}{{end}}"
|
||||||
keywords: "{{ .Query.Keywords }}"
|
keywords: "{{ .Keywords }}"
|
||||||
search_type: "name"
|
search_type: "name"
|
||||||
searchin: "title"
|
searchin: "title"
|
||||||
rows:
|
rows:
|
||||||
@@ -93,6 +96,9 @@
|
|||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td.torrent_name > a, .newIndicator > a
|
selector: td.torrent_name > a, .newIndicator > a
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " [spanish]"
|
||||||
details:
|
details:
|
||||||
selector: td.torrent_name > a, .newIndicator > a
|
selector: td.torrent_name > a, .newIndicator > a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user