tweeper.php: add infrastructure for sites using json data
authorAntonio Ospite <ao2@ao2.it>
Sat, 28 Feb 2015 00:50:21 +0000 (01:50 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sat, 28 Feb 2015 00:50:21 +0000 (01:50 +0100)
Some websites provide the timelines as json data and convert that to
html in the client.

Supporting these sites will be done by defining host specific methods to
extract the json data to pass to json_to_xml().


No differences found