sugoimusic: fix dupe description

This commit is contained in:
ilike2burnthing 2022-08-05 01:57:04 +01:00 committed by GitHub
parent abd34c5973
commit 680010a5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -145,8 +145,10 @@ search:
args: ["/static/common/noartwork/nocover.png", ""]
genre:
selector: div.tags
_desc:
selector: div.torrent_info
description:
text: "{{ .Result.genre }}"
text: "{{ .Result._desc }}</br>{{ .Result.genre }}"
download:
selector: span > a[href^="torrents.php?action=download&id="]
attribute: href
@ -183,6 +185,4 @@ search:
minimumseedtime:
# 3 days (as seconds = 3 x 24 x 60 x 60)
text: 259200
description:
selector: div.torrent_info
# NexusPHP Standard v1.5 Beta 4