mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
add magnet to nyaa.si definition (#1440)
This commit is contained in:
@@ -84,7 +84,10 @@
|
|||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
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
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
|
Reference in New Issue
Block a user