Can't download from Bandcamp #995

Closed
opened 2026-02-20 22:03:32 -05:00 by deekerman · 3 comments
Owner

Originally created by @Rudloff on GitHub (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.
Originally created by @Rudloff on GitHub (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. ```
Author
Owner

@phihag commented on GitHub (Aug 18, 2013):

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

@phihag commented on GitHub (Aug 18, 2013): Thank you for the report. That page contains at least one song, which we should be able to download.
Author
Owner

@Titome commented on GitHub (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())
@Titome commented on GitHub (Nov 22, 2013): I Have same problem <pre>[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 <module> 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())</pre>
Author
Owner

@phihag commented on GitHub (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.

@phihag commented on GitHub (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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#995
No description provided.