mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
hdcity: Added support to search Complete Seasons (#6338)
This commit is contained in:
parent
a5ede2311a
commit
bfec7cc11c
1 changed files with 8 additions and 2 deletions
|
@ -146,6 +146,8 @@
|
||||||
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
|
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: ["[^a-zA-Z0-9]+", " "]
|
args: ["[^a-zA-Z0-9]+", " "]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)\\bS0*(\\d+)\\b", "T$1"]
|
||||||
inputs:
|
inputs:
|
||||||
page: "torrents"
|
page: "torrents"
|
||||||
$raw: "&category={{range .Categories}}{{.}};{{end}}"
|
$raw: "&category={{range .Categories}}{{.}};{{end}}"
|
||||||
|
@ -165,13 +167,17 @@
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " [english]"
|
args: " [English]"
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
|
||||||
title:
|
title:
|
||||||
selector: td[valign="middle"] a:not(:contains("VOSE"))
|
selector: td[valign="middle"] a:not(:contains("VOSE"))
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " [spanish] [english]"
|
args: " [Spanish]"
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
|
||||||
details:
|
details:
|
||||||
selector: td[valign="middle"] a
|
selector: td[valign="middle"] a
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue