[Spiegeltv] skip rtmp download to pass Travis test build
authorGeorg Jaehnig <georg@jaehnig.org>
Tue, 3 Jun 2014 14:50:54 +0000 (16:50 +0200)
committerGeorg Jaehnig <georg@jaehnig.org>
Tue, 3 Jun 2014 14:50:54 +0000 (16:50 +0200)
youtube_dl/extractor/spiegeltv.py

index 7869859f90aea97d042a1e5496fbaa236ff94cfa..303c1104411a71aba0e746c96939cfc9b33ae92d 100644 (file)
@@ -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,
         }
     }