tweeper.1.asciidoc: mention the supported sites in the man page
[tweeper.git] / tweeper.php
index 9f09936..ed1e1c7 100644 (file)
@@ -201,6 +201,10 @@ class Tweeper {
     return $serializer->getSerializedData();
   }
 
+  private function get_xml_instagram_com($html) {
+    return $this->json_to_xml($html, '/window._sharedData = (.*);/', 'instagram');
+  }
+
   private function html_to_xml($html, $host) {
     $xmlDoc = new DOMDocument();