mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
hdcztorrent: remove recommended results, add magnet
This commit is contained in:
parent
6e69f3611d
commit
5f754847b9
1 changed files with 4 additions and 1 deletions
|
@ -122,7 +122,7 @@ search:
|
|||
by: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: td#mcol table.lista > tbody > tr:has(a[href^="download.php"])
|
||||
selector: td#mcol table.lista > tbody > tr:has(a[href^="magnet:?xt="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
@ -139,6 +139,9 @@ search:
|
|||
download:
|
||||
selector: a[href^="download.php"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?xt="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href^="index.php?page=torrent-details"]
|
||||
attribute: onmouseover
|
||||
|
|
Loading…
Add table
Reference in a new issue