potcasse: W3C says a guid entry is required for each items. - potcasse - Podcas… | |
git clone git://bitreich.org/potcasse git://hg6vgqziawt5s4dj.onion/potcasse | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 2b5f54e09c650fee322736084530bada192e8738 | |
parent 6cedb2a2f4012c776ebf49c3d607f51f1c4d8bb3 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 20 Jul 2021 23:40:00 +0200 | |
potcasse: W3C says a guid entry is required for each items. | |
Diffstat: | |
M potcasse | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/potcasse b/potcasse | |
@@ -114,6 +114,7 @@ EOF | |
<title>$TITLE</title> | |
<description></description> | |
<pubDate>${PUBDATE}</pubDate> | |
+ <guid>${SITE}/episodes/${AUDIOFILE}</guid> | |
<enclosure url="${SITE}/episodes/${AUDIOFILE}" length="${SIZE}" ty… | |
</item> | |
EOF |