mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 10:50:47 +00:00
sugoimusic: fix results with no artist
This commit is contained in:
parent
c3628eb750
commit
8fc28de1ff
1 changed files with 5 additions and 1 deletions
|
@ -119,6 +119,10 @@ search:
|
|||
"div[title=\"Misc\"]": 12
|
||||
_title_artist:
|
||||
selector: div.torrent_artists > a
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " - "
|
||||
_title_name:
|
||||
selector: a.torrent_name
|
||||
_title_date:
|
||||
|
@ -127,7 +131,7 @@ search:
|
|||
- name: regexp
|
||||
args: "(\\[.+?\\])"
|
||||
title:
|
||||
text: "{{ .Result._title_artist }} - {{ .Result._title_name }} {{ .Result._title_date }}"
|
||||
text: "{{ .Result._title_artist }}{{ .Result._title_name }} {{ .Result._title_date }}"
|
||||
details:
|
||||
selector: a.torrent_name[href^="torrents.php?id="]
|
||||
attribute: href
|
||||
|
|
Loading…
Reference in a new issue