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:
|
||||
path: index.php
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["S0?(\\d{1,2})E(\\d{1,2})", "T$1 $2"]
|
||||
inputs:
|
||||
page: "torrents"
|
||||
$raw: "&category={{range .Categories}}{{.}};{{end}}"
|
||||
active: "1"
|
||||
search: "{{ .Query.Keywords }}"
|
||||
search: "{{ .Keywords }}"
|
||||
rows:
|
||||
selector: "#mcol .block-content-l table table.lista > tbody > tr:not(:first-child):not(.descripcion)"
|
||||
fields:
|
||||
@@ -122,6 +125,9 @@
|
||||
args: category
|
||||
title:
|
||||
selector: td:nth-child(2) a
|
||||
filters:
|
||||
- name: append
|
||||
args: " [spanish]"
|
||||
details:
|
||||
selector: td:nth-child(3) a
|
||||
attribute: href
|
||||
|
Reference in New Issue
Block a user