1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-20 19:19:47 +08:00

[soundcloud] Fix glitches (#5101)

This commit is contained in:
Sergey M․
2015-03-02 22:47:07 +06:00
Unverified
parent 562ceab13d
commit 295df4edb9
+1 -1
View File
@@ -180,7 +180,7 @@ class SoundcloudIE(InfoExtractor):
'format_id': key,
'url': url,
'play_path': 'mp3:' + path,
'ext': ext,
'ext': 'flv',
'vcodec': 'none',
})