mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
underverse: switch from magnet to download
This commit is contained in:
@@ -709,7 +709,7 @@ search:
|
|||||||
allw: 0
|
allw: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: tr[id^="tor_"]:has(a[href^="magnet:?xt="])
|
selector: tr[id^="tor_"]:has(a[href^="./download.php?id="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -739,8 +739,8 @@ search:
|
|||||||
details:
|
details:
|
||||||
selector: a.tLink
|
selector: a.tLink
|
||||||
attribute: href
|
attribute: href
|
||||||
magnet:
|
download:
|
||||||
selector: a[href^="magnet:?xt="]
|
selector: a[href^="./download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(7) > u
|
selector: td:nth-child(7) > u
|
||||||
|
Reference in New Issue
Block a user