From 3db7ab4d8e5244f1c5c00ac966b2d615511f235b Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Sat, 29 Oct 2016 19:34:10 +0200
Subject: [PATCH 1/1] tweeper.php: support "application/pdf" as an enclosure
 content type

---
 tweeper.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tweeper.php b/tweeper.php
index 45b6fa8..fc3a3ef 100644
--- a/tweeper.php
+++ b/tweeper.php
@@ -123,6 +123,7 @@ class Tweeper {
     $supported_content_types = array(
       "application/octet-stream",
       "application/ogg",
+      "application/pdf",
       "audio/aac",
       "audio/mp4",
       "audio/mpeg",
-- 
2.1.4