mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tfile: config option download magnet/.torrent. resolves #6870
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user