mirror of https://github.com/Jackett/Jackett
add magnet to nyaa.si definition (#1440)
This commit is contained in:
parent
95398b4f06
commit
7c7c27847f
|
@ -84,7 +84,10 @@
|
|||
selector: td:nth-child(2) a
|
||||
attribute: href
|
||||
download:
|
||||
selector: td:nth-child(3) a
|
||||
selector: td:nth-child(3) a[href$=".torrent"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: td:nth-child(3) a[href^="magnet:?"]
|
||||
attribute: href
|
||||
size:
|
||||
selector: td:nth-child(4)
|
||||
|
|
Loading…
Reference in New Issue