mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
underverse: magnets only. #6335
This commit is contained in:
parent
34df9096a3
commit
dee185c9ff
1 changed files with 1 additions and 4 deletions
|
@ -697,7 +697,7 @@
|
|||
allw: 0
|
||||
|
||||
rows:
|
||||
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
||||
selector: tr[id^="tor_"]:has(a[href^="magnet:?xt="])
|
||||
|
||||
fields:
|
||||
title:
|
||||
|
@ -721,9 +721,6 @@
|
|||
details:
|
||||
selector: a.tLink
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="./download.php?id="]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue