mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +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
|
allw: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
selector: tr[id^="tor_"]:has(a[href^="magnet:?xt="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
|
@ -721,9 +721,6 @@
|
||||||
details:
|
details:
|
||||||
selector: a.tLink
|
selector: a.tLink
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
|
||||||
selector: a[href^="./download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
magnet:
|
magnet:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[href^="magnet:?xt="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
|
Loading…
Reference in a new issue