sukebeinyaasi: handle missing .torrent or magnet links. resolves #6542

This commit is contained in:
Garfield69
2019-12-09 15:46:00 +13:00
parent 08dc395b63
commit 83b2efb3c4

View File

@@ -73,9 +73,11 @@
attribute: href
download:
selector: td:nth-child(3) a[href$=".torrent"]
optional: true
attribute: href
magnet:
selector: td:nth-child(3) a[href^="magnet:?"]
optional: true
attribute: href
size:
selector: td:nth-child(4)