Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bandcamp song download broken #21699

Closed
hololeap opened this issue Jul 9, 2019 · 2 comments
Closed

Bandcamp song download broken #21699

hololeap opened this issue Jul 9, 2019 · 2 comments
Labels

Comments

@hololeap
Copy link

@hololeap hololeap commented Jul 9, 2019

c9b0564

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.07.02
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

$ youtube-dl -v 'http://youtube-dl.bandcamp.com/track/youtube-dl-test-song'[debug] System config: ['--output', '%(upload_date)s %(title)s %(id)s.%(ext)s', '--format', 'best[height<=1080]', '--no-mtime', '--write-info-json', '--add-metadata']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'http://youtube-dl.bandcamp.com/track/youtube-dl-test-song']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.02
[debug] Python version 3.6.5 (CPython) - Linux-5.1.9-gentoo-x86_64-Intel-R-_Core-TM-_i5-3210M_CPU_@_2.50GHz-with-gentoo-2.6
[debug] exe versions: ffmpeg 4.1.3, ffprobe 4.1.3
[debug] Proxy map: {}
[Bandcamp] youtube-dl-test-song: Downloading webpage
ERROR: requested format not available
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 807, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/lib64/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 861, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/usr/lib64/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1634, in process_video_result
    expected=True)
youtube_dl.utils.ExtractorError: requested format not available

Description

Downloads from Bandcamp are not working. If you try to download an album, it fails on the first song. This was tested in Gentoo Linux, built from commit c9b0564.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jul 9, 2019

Bother to read error message.

@dstftw dstftw closed this Jul 9, 2019
@dstftw dstftw added the invalid label Jul 9, 2019
@hololeap
Copy link
Author

@hololeap hololeap commented Jul 9, 2019

@dstftw Oh, it was because of my system config. Sorry :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.