mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
btdb: download can be missing. resolves #7508
This commit is contained in:
@@ -55,8 +55,10 @@
|
|||||||
selector: a[href*="/torrent/"]
|
selector: a[href*="/torrent/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
|
# download can be missing despite icon being present. Fortunately the magnet is always there
|
||||||
selector: a[href$=".torrent"]
|
selector: a[href$=".torrent"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
optional: true
|
||||||
magnet:
|
magnet:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[href^="magnet:?xt="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user