mirror of
https://github.com/evilhero/mylar
synced 2024-12-24 16:51:42 +00:00
OPDS Comics and Issues
This commit is contained in:
parent
5af005395c
commit
796b968449
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
<updated>${entry['updated']}</updated>
|
<updated>${entry['updated']}</updated>
|
||||||
<content type="text">${entry['content']}</content>
|
<content type="text">${entry['content']}</content>
|
||||||
%if entry['rel'] == 'file':
|
%if entry['rel'] == 'file':
|
||||||
<link href="${entry['href']}" rel="acquisition" type="application/octet-stream"/>
|
<link href="${entry['href']}" rel="http://opds-spec.org/acquisition" type="application/octet-stream"/>
|
||||||
%else:
|
%else:
|
||||||
<link href="${entry['href']}" rel= "${entry['rel']}" type="application/atom+xml; profile=opds-catalog; kind=${entry['kind']}"/>
|
<link href="${entry['href']}" rel= "${entry['rel']}" type="application/atom+xml; profile=opds-catalog; kind=${entry['kind']}"/>
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in a new issue