mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
1337x: make download link configurable
This commit is contained in:
@@ -103,11 +103,18 @@
|
|||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
settings: []
|
settings:
|
||||||
|
- name: downloadlink
|
||||||
|
type: select
|
||||||
|
label: Download link
|
||||||
|
default: "magnet:"
|
||||||
|
options:
|
||||||
|
"http://itorrents.org/" : "iTorrents.org"
|
||||||
|
"magnet:": "magnet"
|
||||||
|
|
||||||
download:
|
download:
|
||||||
# the .torrent url is on the on the details page
|
# the .torrent url is on the on the details page
|
||||||
selector: ul li a[href^="http://itorrents.org/"]
|
selector: ul li a[href^="{{ .Config.downloadlink }}"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user