mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
limetorrents: add sort by date. resolves #5365
This commit is contained in:
parent
2195c6bb87
commit
470550a3c8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{if .Keywords}}search/all/{{ .Keywords}}/{{else}}/index.php?page=latest100{{end}}"
|
||||
- path: "{{if .Keywords}}search/all/{{ .Keywords}}/date/1/{{else}}/index.php?page=latest100{{end}}"
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
args: ["S[0-9]{2}([^E]|$)", ""] #remove season tag without episode
|
||||
|
|
Loading…
Add table
Reference in a new issue