mirror of https://github.com/Jackett/Jackett
btdb: download can be missing. resolves #7508
This commit is contained in:
parent
dccdd89299
commit
cc671dfab5
|
@ -55,8 +55,10 @@
|
|||
selector: a[href*="/torrent/"]
|
||||
attribute: href
|
||||
download:
|
||||
# download can be missing despite icon being present. Fortunately the magnet is always there
|
||||
selector: a[href$=".torrent"]
|
||||
attribute: href
|
||||
optional: true
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in New Issue