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

Can't download from Bandcamp #1270

Closed
Rudloff opened this issue Aug 18, 2013 · 3 comments
Closed

Can't download from Bandcamp #1270

Rudloff opened this issue Aug 18, 2013 · 3 comments

Comments

@Rudloff
Copy link
Contributor

@Rudloff Rudloff commented Aug 18, 2013

pierre@Rudloff:~/Bureau/youtube-dl$ ./youtube-dl http://rqtn.bandcamp.com/track/par-le-hublot
[Bandcamp] par-le-hublot: Downloading webpage
ERROR: No free songs found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
pierre@Rudloff:~/Bureau/youtube-dl$ ./youtube-dl http://rqtn.bandcamp.com/track/par-le-hublot -v
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://rqtn.bandcamp.com/track/par-le-hublot', '-v']
[debug] youtube-dl version 2013.08.17
[debug] Python version 2.7.3 - Linux-3.2.0-4-amd64-x86_64-with-debian-7.1
[debug] Proxy map: {}
[Bandcamp] par-le-hublot: Downloading webpage
ERROR: No free songs found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "./youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info
    ie_result = ie.extract(url)
  File "./youtube-dl/youtube_dl/extractor/common.py", line 96, in extract
    return self._real_extract(url)
  File "./youtube-dl/youtube_dl/extractor/bandcamp.py", line 29, in _real_extract
    raise ExtractorError(u'No free songs found')
ExtractorError: No free songs found; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
@phihag
Copy link
Contributor

@phihag phihag commented Aug 18, 2013

Thank you for the report. That page contains at least one song, which we should be able to download.

@Titome
Copy link

@Titome Titome commented Nov 22, 2013

I Have same problem

[timothee@arch-studio Téléchargement]$ youtube-dl --version
2013.11.21
[timothee@arch-studio Téléchargement]$ youtube-dl -v http://blazo.bandcamp.com/album/jazz-format-mixtape-vol-1
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://blazo.bandcamp.com/album/jazz-format-mixtape-vol-1']
[debug] youtube-dl version 2013.11.21
[debug] Python version 3.3.2 - Linux-3.12.0-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] jazz-format-mixtape-vol-1: Downloading webpage
[generic] jazz-format-mixtape-vol-1: Extracting information
ERROR: no suitable InfoExtractor: http://blazo.bandcamp.com/album/jazz-format-mixtape-vol-1
  File "/usr/bin/youtube-dl", line 9, in 
    load_entry_point('youtube-dl==2013.11.21', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python3.3/site-packages/youtube_dl/__init__.py", line 774, in main
    _real_main(argv)
  File "/usr/lib/python3.3/site-packages/youtube_dl/__init__.py", line 727, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 777, in download
    videos = self.extract_info(url)
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 423, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 455, in process_ie_result
    extra_info=extra_info)
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 434, in extract_info
    self.report_error(u'no suitable InfoExtractor: %s' % url)
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 295, in report_error
    self.trouble(error_message, tb)
  File "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 262, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())
jaimeMF added a commit that referenced this issue Nov 22, 2013
@phihag phihag closed this in cffa6aa Nov 22, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Nov 22, 2013

Thanks for the report. This has been fixed in youtube-dl 2013.11.22. Type youtube-dl -U or easy_install -U youtube-dl (or use your distribution's update mechanism after requesting the newest release) to update.

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
3 participants
You can’t perform that action at this time.