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