mirror of https://github.com/Jackett/Jackett
NNC: add season search support resolves #10481
This commit is contained in:
parent
f8d3781f7a
commit
eaa4126da5
|
@ -757,6 +757,11 @@ search:
|
||||||
nm: "{{ .Keywords }}"
|
nm: "{{ .Keywords }}"
|
||||||
pn: ""
|
pn: ""
|
||||||
submit: "Поиск"
|
submit: "Поиск"
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace # S01 to сезон 1
|
||||||
|
args: ["(?i)\\bS0*(\\d+)\\b", " сезон $1"]
|
||||||
|
- name: re_replace # S01E01 to сезон 1 серии 1
|
||||||
|
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", " сезон $1 серии $2"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.forumline.tablesorter > tbody > tr:has(a[href^="viewtopic.php?t="]):has(a[href^="download.php?id="])
|
selector: table.forumline.tablesorter > tbody > tr:has(a[href^="viewtopic.php?t="]):has(a[href^="download.php?id="])
|
||||||
|
|
Loading…
Reference in New Issue