mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
uhdbits: add season pack search support. resolves #10423
This commit is contained in:
@@ -81,6 +81,10 @@ search:
|
|||||||
order_way: "{{ .Config.type }}"
|
order_way: "{{ .Config.type }}"
|
||||||
action: advanced
|
action: advanced
|
||||||
searchsubmit: 1
|
searchsubmit: 1
|
||||||
|
keywordsfilters:
|
||||||
|
# if searching for season packs switch S01 to season 1 #10423
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)(S)(\\d{1,3})$", "season $2"]
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr.torrent
|
selector: table#torrent_table > tbody > tr.torrent
|
||||||
@@ -127,6 +131,9 @@ search:
|
|||||||
args: [" / 2x", ""]
|
args: [" / 2x", ""]
|
||||||
- name: re_replace
|
- name: re_replace
|
||||||
args: [" / ", " "]
|
args: [" / ", " "]
|
||||||
|
# #10423
|
||||||
|
- name: re_replace
|
||||||
|
args: ["(?i)(season )", "S"]
|
||||||
details:
|
details:
|
||||||
selector: a.torrent_name
|
selector: a.torrent_name
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user