From: Antonio Ospite Date: Fri, 16 Nov 2018 17:27:16 +0000 (+0100) Subject: src/rss_converter_dilbert.com.xsl: fix generating enclosures X-Git-Tag: v1.4.0~2 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/c96f8af95c614476d3d6f9ba7330b938a2efedf0?hp=c96f8af95c614476d3d6f9ba7330b938a2efedf0 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. ---