This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[soundcloud] Fix glitches (
#5101
)
totalwebcasting
Sergey M․
10 years ago
parent
562ceab13d
commit
295df4edb9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/soundcloud.py
+ 1
- 1
youtube_dl/extractor/soundcloud.py
View File
@ -180,7 +180,7 @@ class SoundcloudIE(InfoExtractor):
'
format_id
'
:
key
,
'
url
'
:
url
,
'
play_path
'
:
'
mp3:
'
+
path
,
'
ext
'
:
ext
,
'
ext
'
:
'
flv
'
,
'
vcodec
'
:
'
none
'
,
}
)
Write
Preview
Loading…
Cancel
Save