1
0
Fork 0
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:
Garfield69 2020-01-10 18:02:41 +13:00
parent 38efce8f2f
commit 953f9c7709

View file

@ -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