mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
badasstorrents: drop sort, it prevented results
This commit is contained in:
@@ -58,22 +58,6 @@ settings:
|
|||||||
type: info
|
type: info
|
||||||
label: About the Download links
|
label: About the Download links
|
||||||
default: You can optionally set as a fallback an automatic alternate link, so if the .torrent download link fails your download will still be successful.
|
default: You can optionally set as a fallback an automatic alternate link, so if the .torrent download link fails your download will still be successful.
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: date
|
|
||||||
options:
|
|
||||||
date: created
|
|
||||||
seeds: seeders
|
|
||||||
size: size
|
|
||||||
title: title
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: desc
|
|
||||||
options:
|
|
||||||
desc: desc
|
|
||||||
asc: asc
|
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selectors:
|
selectors:
|
||||||
@@ -84,8 +68,8 @@ download:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "torrents/{{ if .Keywords }}search/{{ .Keywords }}/{{ else }}{{ end }}{{ .Config.sort }}/{{ .Config.type }}"
|
- path: "torrents{{ if .Keywords }}/search/{{ .Keywords }}{{ else }}{{ end }}"
|
||||||
- path: "torrents/{{ if .Keywords }}search/{{ .Keywords }}/{{ else }}{{ end }}26/{{ .Config.sort }}/{{ .Config.type }}"
|
- path: "torrents{{ if .Keywords }}/search/{{ .Keywords }}{{ else }}{{ end }}/26"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.table-hover > tbody > tr:has(a[href*="/torrent/"])
|
selector: table.table-hover > tbody > tr:has(a[href*="/torrent/"])
|
||||||
|
Reference in New Issue
Block a user