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
1 changed files with 5 additions and 5 deletions

View File

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