1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-13 01:34:35 +00:00

OPDS Comics and Issues

This commit is contained in:
DarkSir23 2017-11-01 15:33:35 -04:00 committed by evilhero
parent 5c30fe444a
commit 5af005395c

View file

@ -30,7 +30,7 @@
<updated>${entry['updated']}</updated>
<content type="text">${entry['content']}</content>
%if entry['rel'] == 'file':
<link href="${entry['href']}" rel="acquisition" type="octet/stream"/>
<link href="${entry['href']}" rel="acquisition" type="application/octet-stream"/>
%else:
<link href="${entry['href']}" rel= "${entry['rel']}" type="application/atom+xml; profile=opds-catalog; kind=${entry['kind']}"/>
%endif