From: Antonio Ospite Date: Sun, 14 Jan 2018 18:46:54 +0000 (+0100) Subject: Tweeper.php: fix converting Instagram data to RSS X-Git-Tag: v1.2.0~8 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/4b9692a19e06f3cf698d23a3854fd34b9914a32a?hp=4b9692a19e06f3cf698d23a3854fd34b9914a32a Tweeper.php: fix converting Instagram data to RSS There is one new element in the json data served by Instagram named "404_as_react", and this makes the conversion from json to XML fail because names starting with a number are illegal in XML. Fix the problem by prepending an underscore to the problematic name. ---