mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +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 }}"
|
by: "{{ .Config.type }}"
|
||||||
|
|
||||||
rows:
|
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:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
@ -139,6 +139,9 @@ search:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php"]
|
selector: a[href^="download.php"]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
magnet:
|
||||||
|
selector: a[href^="magnet:?xt="]
|
||||||
|
attribute: href
|
||||||
poster:
|
poster:
|
||||||
selector: a[href^="index.php?page=torrent-details"]
|
selector: a[href^="index.php?page=torrent-details"]
|
||||||
attribute: onmouseover
|
attribute: onmouseover
|
||||||
|
|
Loading…
Add table
Reference in a new issue