src/Tweeper.php: silence error message when processing Instagram json
authorAntonio Ospite <ao2@ao2.it>
Fri, 9 Nov 2018 14:42:28 +0000 (15:42 +0100)
committerAntonio Ospite <ao2@ao2.it>
Fri, 9 Nov 2018 14:42:28 +0000 (15:42 +0100)
commit55a2513471e979aa4ed9eb2374ca28bdd06897de
tree1243d3fede36cdca25ccb59c445127a5f2a5682f
parent8084a3d5e37ce07a05510290fcd6952b53a4ce4c
src/Tweeper.php: silence error message when processing Instagram json

Remove the "knobs" element from the Instagram json data because it
contains elements with an undefined namespace which results in an error
message when json is converted to XML.
src/Tweeper.php