mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Torrent Downloads: use magnet links
This commit is contained in:
@@ -24,6 +24,9 @@
|
|||||||
|
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: a[href^="magnet:"]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
- path: "{{if .Keywords}}/search/{{else}}/today/{{end}}"
|
||||||
@@ -41,9 +44,6 @@
|
|||||||
download:
|
download:
|
||||||
selector: p:nth-child(1) > a[href^="/torrent/"]
|
selector: p:nth-child(1) > a[href^="/torrent/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["/torrent/", "/download/"]
|
|
||||||
size:
|
size:
|
||||||
selector: span:nth-child(5)
|
selector: span:nth-child(5)
|
||||||
seeders:
|
seeders:
|
||||||
|
Reference in New Issue
Block a user