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
[bandcamp] Prepend download URL with scheme when necessary (2) (
#7077
)
totalwebcasting
Sergey M․
9 years ago
parent
8daeeedc06
commit
1e52776ac3
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/bandcamp.py
+ 1
- 1
youtube_dl/extractor/bandcamp.py
View File
@ -52,7 +52,7 @@ class BandcampIE(InfoExtractor):
ext
,
abr_str
=
format_id
.
split
(
'
-
'
,
1
)
formats
.
append
(
{
'
format_id
'
:
format_id
,
'
url
'
:
format_url
,
'
url
'
:
self
.
_proto_relative_url
(
format_url
,
'
http:
'
)
,
'
ext
'
:
ext
,
'
vcodec
'
:
'
none
'
,
'
acodec
'
:
ext
,
Write
Preview
Loading…
Cancel
Save