mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
sugoimusic: fix results with no artist
This commit is contained in:
@@ -119,6 +119,10 @@ search:
|
|||||||
"div[title=\"Misc\"]": 12
|
"div[title=\"Misc\"]": 12
|
||||||
_title_artist:
|
_title_artist:
|
||||||
selector: div.torrent_artists > a
|
selector: div.torrent_artists > a
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " - "
|
||||||
_title_name:
|
_title_name:
|
||||||
selector: a.torrent_name
|
selector: a.torrent_name
|
||||||
_title_date:
|
_title_date:
|
||||||
@@ -127,7 +131,7 @@ search:
|
|||||||
- name: regexp
|
- name: regexp
|
||||||
args: "(\\[.+?\\])"
|
args: "(\\[.+?\\])"
|
||||||
title:
|
title:
|
||||||
text: "{{ .Result._title_artist }} - {{ .Result._title_name }} {{ .Result._title_date }}"
|
text: "{{ .Result._title_artist }}{{ .Result._title_name }} {{ .Result._title_date }}"
|
||||||
details:
|
details:
|
||||||
selector: a.torrent_name[href^="torrents.php?id="]
|
selector: a.torrent_name[href^="torrents.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
Reference in New Issue
Block a user