mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
tfile: config option download magnet/.torrent. resolves #6870
This commit is contained in:
parent
38efce8f2f
commit
953f9c7709
1 changed files with 9 additions and 1 deletions
|
@ -844,9 +844,16 @@
|
|||
type: checkbox
|
||||
label: Strip Russian Letters
|
||||
default: false
|
||||
- name: downloadlink
|
||||
type: select
|
||||
label: Download link
|
||||
default: "magnet:?xt"
|
||||
options:
|
||||
"download.php?id" : ".torrent"
|
||||
"magnet:?xt": "magnet"
|
||||
|
||||
download:
|
||||
selector: a[href^="download.php?id="]
|
||||
selector: a[href^="{{ .Config.downloadlink }}"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@ -916,3 +923,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
Loading…
Reference in a new issue