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:
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 }}"
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue