1
0
Fork 0
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:
ilike2burnthing 2023-05-15 16:35:04 +01:00 committed by GitHub
parent 6e69f3611d
commit 5f754847b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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