src/rss_converter_dilbert.com.xsl: fix generating enclosures
authorAntonio Ospite <ao2@ao2.it>
Fri, 16 Nov 2018 17:27:16 +0000 (18:27 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 16 Nov 2018 17:27:16 +0000 (18:27 +0100)
commitc96f8af95c614476d3d6f9ba7330b938a2efedf0
treede6522e7d72b7aed1cdf5b4a03a964fc05ce44bd
parent8f00d77403980577c59aedd4c350685ffda80667
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