1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-06 03:38:31 +00:00

desireleasers: magnets removed from site(?), fix title selector

This commit is contained in:
ilike2burnthing 2021-07-04 21:58:06 +01:00 committed by GitHub
parent eb45f05a7f
commit 0fbd88f879
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,22 +86,22 @@ search:
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}" freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
rows: rows:
selector: table > tbody > tr:has(a[href^="magnet:?dn="]) selector: table > tbody > tr:has(a[href*="/download/"])
fields: fields:
category: category:
text: 1 text: 1
title: title:
selector: a[href*="/torrents/"] selector: span[class="name"]
details: details:
selector: a[href*="/torrents/"] selector: a[href*="/torrents/"]
attribute: href attribute: href
download: download:
selector: a[href*="/download/"] selector: a[href*="/download/"]
attribute: href attribute: href
magnet: # magnet:
selector: a[href^="magnet:?dn="] # selector: a[href^="magnet:?dn="]
attribute: href # attribute: href
poster: poster:
selector: img.tps selector: img.tps
attribute: src attribute: src