mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
internetarchive: fix releases without a title
This commit is contained in:
@@ -74,12 +74,14 @@ search:
|
|||||||
selector: response.numFound
|
selector: response.numFound
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
|
_id:
|
||||||
|
selector: identifier
|
||||||
category:
|
category:
|
||||||
selector: mediatype
|
selector: mediatype
|
||||||
title:
|
title:
|
||||||
selector: title
|
selector: title
|
||||||
_id:
|
optional: true
|
||||||
selector: identifier
|
default: "Missing title for {{ .Result._id }}"
|
||||||
details:
|
details:
|
||||||
text: "details/{{ .Result._id }}"
|
text: "details/{{ .Result._id }}"
|
||||||
download:
|
download:
|
||||||
|
Reference in New Issue
Block a user