mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
gktorrent, oxtorrent: msgnets only. resolves #10448
This commit is contained in:
parent
e4d571a44c
commit
4ceb98909c
2 changed files with 2 additions and 20 deletions
|
@ -50,13 +50,6 @@ caps:
|
|||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: downloadlink
|
||||
type: select
|
||||
label: Download link
|
||||
default: "magnet:?xt="
|
||||
options:
|
||||
"get_torrent": ".torrent"
|
||||
"magnet:?xt=": "magnet"
|
||||
- name: multilang
|
||||
type: checkbox
|
||||
label: Replace MULTI by another language in release name
|
||||
|
@ -78,7 +71,7 @@ settings:
|
|||
default: false
|
||||
|
||||
download:
|
||||
selector: a[href*="{{ .Config.downloadlink }}"]
|
||||
selector: a[href*="magnet:?xt="]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
|
|
|
@ -43,17 +43,6 @@ caps:
|
|||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: downloadlink
|
||||
type: select
|
||||
label: Download link
|
||||
default: "magnet:?xt="
|
||||
options:
|
||||
"get_torrents": ".torrent"
|
||||
"magnet:?xt=": "magnet"
|
||||
- name: info_downloadlink
|
||||
type: info
|
||||
label: "About the Download Link"
|
||||
default: "Note that only <b>www.oxtorrent.cc</b> supports the use of the <b>.torrent</b> download link.<br />All sites support <b>magnet</b> links."
|
||||
- name: multilang
|
||||
type: checkbox
|
||||
label: Replace MULTI by another language in release name
|
||||
|
@ -75,7 +64,7 @@ settings:
|
|||
default: false
|
||||
|
||||
download:
|
||||
selector: a[href*="{{ .Config.downloadlink }}"]
|
||||
selector: a[href^="magnet:?"]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
|
|
Loading…
Reference in a new issue