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
|
type: checkbox
|
||||||
label: Strip Russian Letters
|
label: Strip Russian Letters
|
||||||
default: false
|
default: false
|
||||||
|
- name: downloadlink
|
||||||
|
type: select
|
||||||
|
label: Download link
|
||||||
|
default: "magnet:?xt"
|
||||||
|
options:
|
||||||
|
"download.php?id" : ".torrent"
|
||||||
|
"magnet:?xt": "magnet"
|
||||||
|
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="{{ .Config.downloadlink }}"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
@@ -916,3 +923,4 @@
|
|||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
Reference in New Issue
Block a user