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
|
||||
|
||||
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:
|
||||
selector: ".table2 > tbody > tr[bgcolor]"
|
||||
fields:
|
||||
@@ -64,4 +67,4 @@
|
||||
downloadvolumefactor:
|
||||
text: "0"
|
||||
uploadvolumefactor:
|
||||
text: "1"
|
||||
text: "1"
|
||||
|
Reference in New Issue
Block a user