Tweeper.php: fix converting Instagram data to RSS
authorAntonio Ospite <ao2@ao2.it>
Sun, 14 Jan 2018 18:46:54 +0000 (19:46 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sun, 14 Jan 2018 18:46:54 +0000 (19:46 +0100)
commit4b9692a19e06f3cf698d23a3854fd34b9914a32a
tree4bd284d8da1a18c86b9f1c9b02596f443707592c
parent63c687219e7eb7e73b366983bc0ee16ee43a9aa1
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.
src/Tweeper.php