[soundcloud] Fix glitches (#5101)
authorSergey M․ <dstftw@gmail.com>
Mon, 2 Mar 2015 16:47:07 +0000 (22:47 +0600)
committerSergey M․ <dstftw@gmail.com>
Mon, 2 Mar 2015 16:47:07 +0000 (22:47 +0600)
youtube_dl/extractor/soundcloud.py

index 95788098ec1c0a201d16797599047e096a9697c8..9d45059723c3450a0774275ad708eed88b6e0fcb 100644 (file)
@@ -180,7 +180,7 @@ class SoundcloudIE(InfoExtractor):
                     'format_id': key,
                     'url': url,
                     'play_path': 'mp3:' + path,
-                    'ext': ext,
+                    'ext': 'flv',
                     'vcodec': 'none',
                 })