mirror of
https://github.com/Jackett/Jackett
synced 2025-03-05 11:18:14 +00:00
desireleasers: magnets removed from site(?), fix title selector
This commit is contained in:
parent
eb45f05a7f
commit
0fbd88f879
1 changed files with 5 additions and 5 deletions
|
@ -86,22 +86,22 @@ search:
|
|||
freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: table > tbody > tr:has(a[href^="magnet:?dn="])
|
||||
selector: table > tbody > tr:has(a[href*="/download/"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: 1
|
||||
title:
|
||||
selector: a[href*="/torrents/"]
|
||||
selector: span[class="name"]
|
||||
details:
|
||||
selector: a[href*="/torrents/"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href*="/download/"]
|
||||
attribute: href
|
||||
magnet:
|
||||
selector: a[href^="magnet:?dn="]
|
||||
attribute: href
|
||||
# magnet:
|
||||
# selector: a[href^="magnet:?dn="]
|
||||
# attribute: href
|
||||
poster:
|
||||
selector: img.tps
|
||||
attribute: src
|
||||
|
|
Loading…
Add table
Reference in a new issue