mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Merge branch 'master' of https://github.com/Jackett/Jackett.git
This commit is contained in:
@@ -27,7 +27,10 @@
|
|||||||
selector: a.csprite_dltorrent
|
selector: a.csprite_dltorrent
|
||||||
|
|
||||||
search:
|
search:
|
||||||
path: "{{if .Query.Keywords}}search/all/{{ .Query.Keywords}}/{{else}}/index.php?page=latest100{{end}}"
|
path: "{{if .Keywords}}search/all/{{ .Keywords}}/{{else}}/index.php?page=latest100{{end}}"
|
||||||
|
keywordsfilters:
|
||||||
|
- name: re_replace
|
||||||
|
args: ["S[0-9]{2}([^E]|$)", ""] #remove season tag without episode
|
||||||
rows:
|
rows:
|
||||||
selector: ".table2 > tbody > tr[bgcolor]"
|
selector: ".table2 > tbody > tr[bgcolor]"
|
||||||
fields:
|
fields:
|
||||||
|
Reference in New Issue
Block a user