mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
desireleasers: magnets removed from site(?), fix title selector
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user