mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sugoimusic: fix dupe description
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user