mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tvchaosuk: season packs. resolves #14369
This commit is contained in:
@@ -92,6 +92,12 @@ search:
|
|||||||
qty: 100
|
qty: 100
|
||||||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
# can search by genre but need range support. &genres[]=Action&genres[]=Comedy for Action and Comedy
|
# can search by genre but need range support. &genres[]=Action&genres[]=Comedy for Action and Comedy
|
||||||
|
keywordsfilters:
|
||||||
|
# if searching for season packs switch S01 to Series 1 #14369
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)(S0)(\\d{1,2})$", "Series $2"]
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)(S)(\\d{1,3})$", "Series $2"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr
|
selector: table > tbody > tr
|
||||||
@@ -105,6 +111,9 @@ search:
|
|||||||
args: "/categories/(\\d+)"
|
args: "/categories/(\\d+)"
|
||||||
title:
|
title:
|
||||||
selector: a.view-torrent
|
selector: a.view-torrent
|
||||||
|
filters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)Series[\\s]+(\\d+)", "S$1"]
|
||||||
download:
|
download:
|
||||||
selector: a[href*="/download/"]
|
selector: a[href*="/download/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user