mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
sukebeinyaasi: handle missing .torrent or magnet links. resolves #6542
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user