From c96f8af95c614476d3d6f9ba7330b938a2efedf0 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 16 Nov 2018 18:27:16 +0100 Subject: [PATCH] src/rss_converter_dilbert.com.xsl: fix generating enclosures Enclosures were not generated for Dilbert.com because the URL of the picture are protocol-relative and curl cannot work with these URLs. Fix the URLs by prepending a protocol schema to them. --- src/rss_converter_dilbert.com.xsl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/rss_converter_dilbert.com.xsl b/src/rss_converter_dilbert.com.xsl index fd30d35..94d7fef 100644 --- a/src/rss_converter_dilbert.com.xsl +++ b/src/rss_converter_dilbert.com.xsl @@ -79,7 +79,16 @@ ]]> - + + -- 2.1.4