From db23d8d2a24b648efe1f4314f1687e4484f0dc8a Mon Sep 17 00:00:00 2001
From: Georg Jaehnig <georg@jaehnig.org>
Date: Tue, 3 Jun 2014 16:50:54 +0200
Subject: [PATCH] [Spiegeltv] skip rtmp download to pass Travis test build

---
 youtube_dl/extractor/spiegeltv.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/youtube_dl/extractor/spiegeltv.py b/youtube_dl/extractor/spiegeltv.py
index 7869859f9..303c11044 100644
--- a/youtube_dl/extractor/spiegeltv.py
+++ b/youtube_dl/extractor/spiegeltv.py
@@ -14,6 +14,10 @@ class SpiegeltvIE(InfoExtractor):
             'ext': 'm4v',
             'title': 'Flug MH370',
             'description': 'Das Rätsel um die Boeing 777 der Malaysia-Airlines',
+        },
+        'params': {
+            # rtmp download
+            'skip_download': True,
         }
     }