mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
ettv: site is providing magnets only. resolves #7922
This commit is contained in:
parent
b601b41932
commit
8c5a4c9f5c
1 changed files with 1 additions and 8 deletions
|
@ -80,13 +80,6 @@
|
|||
movie-search: [q]
|
||||
|
||||
settings:
|
||||
- name: downloadlink
|
||||
type: select
|
||||
label: Download link
|
||||
default: "magnet:"
|
||||
options:
|
||||
"https://etorrent.click/" : "eTorrent.click"
|
||||
"magnet:": "magnet"
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
|
@ -105,7 +98,7 @@
|
|||
"asc": "asc"
|
||||
|
||||
download:
|
||||
selector: a[href^="{{ .Config.downloadlink }}"]
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
|
||||
search:
|
||||
|
|
Loading…
Reference in a new issue