mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentdownload: code tidy
This commit is contained in:
@@ -88,11 +88,11 @@ settings:
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site (Applies only to Search with Keywords)
|
||||
default: "d"
|
||||
default: d
|
||||
options:
|
||||
"d": "created"
|
||||
"s": "seeders"
|
||||
"_": "size"
|
||||
d: created
|
||||
s: seeders
|
||||
_: size
|
||||
|
||||
download:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
|
Reference in New Issue
Block a user