1
0
Fork 0
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:
Alberto Moreno 2019-11-11 18:46:58 +01:00 committed by garfield69
parent a5ede2311a
commit bfec7cc11c

View file

@ -146,6 +146,8 @@
args: ["S0?(\\d{1,2})E(\\d{1,2})", "$1x$2"]
- name: re_replace
args: ["[^a-zA-Z0-9]+", " "]
- name: re_replace
args: ["(?i)\\bS0*(\\d+)\\b", "T$1"]
inputs:
page: "torrents"
$raw: "&category={{range .Categories}}{{.}};{{end}}"
@ -165,13 +167,17 @@
optional: true
filters:
- name: append
args: " [english]"
args: " [English]"
- name: re_replace
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
title:
selector: td[valign="middle"] a:not(:contains("VOSE"))
optional: true
filters:
- name: append
args: " [spanish] [english]"
args: " [Spanish]"
- name: re_replace
args: ["(?i)T\\s?(\\d{1,2})\\b", "S$1"]
details:
selector: td[valign="middle"] a
attribute: href