tweeper.php: support "application/octet-stream" as an enclosure content type
[tweeper.git] / tweeper.php
index 94ea05f..45b6fa8 100644 (file)
@@ -121,6 +121,7 @@ class Tweeper {
    */
   public static function generateEnclosure($url) {
     $supported_content_types = array(
+      "application/octet-stream",
       "application/ogg",
       "audio/aac",
       "audio/mp4",