add magnet to nyaa.si definition (#1440)

This commit is contained in:
garfield69 2017-06-04 00:54:57 +12:00 committed by kaso17
parent 95398b4f06
commit 7c7c27847f
1 changed files with 4 additions and 1 deletions

View File

@ -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)