mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Puntotorrent: TV Shows search and spanish language (#2842)
Change TV Shows search format for Spanish style and add [spanish] for detected Spanish language in Sonarr/Radarr
This commit is contained in:
@@ -106,11 +106,14 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
path: index.php
|
path: index.php
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["S0?(\\d{1,2})E(\\d{1,2})", "T$1 $2"]
|
||||||
inputs:
|
inputs:
|
||||||
page: "torrents"
|
page: "torrents"
|
||||||
$raw: "&category={{range .Categories}}{{.}};{{end}}"
|
$raw: "&category={{range .Categories}}{{.}};{{end}}"
|
||||||
active: "1"
|
active: "1"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
rows:
|
rows:
|
||||||
selector: "#mcol .block-content-l table table.lista > tbody > tr:not(:first-child):not(.descripcion)"
|
selector: "#mcol .block-content-l table table.lista > tbody > tr:not(:first-child):not(.descripcion)"
|
||||||
fields:
|
fields:
|
||||||
@@ -122,6 +125,9 @@
|
|||||||
args: category
|
args: category
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " [spanish]"
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(3) a
|
selector: td:nth-child(3) a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user