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

Some bandcamp links do not work with youtube-dl. #11067

Closed
orbea opened this issue Oct 29, 2016 · 5 comments
Closed

Some bandcamp links do not work with youtube-dl. #11067

orbea opened this issue Oct 29, 2016 · 5 comments
Labels
bug

Comments

@orbea
Copy link

@orbea orbea commented Oct 29, 2016

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.10.26. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.10.26

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

$ youtube-dl --verbose https://erasenegatedelete.bandcamp.com/album/of-rust-and-rotten-things
[debug] System config: []
[debug] User config: ['--prefer-free-formats', '--format', 'webm/ogg/best']
[debug] Command-line args: ['--verbose', 'https://erasenegatedelete.bandcamp.com/album/of-rust-and-rotten-things']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.10.26
[debug] Python version 3.5.2 - Linux-4.8.4-x86_64-AMD_FX-tm-6350_Six-Core_Processor-with-slackware-14.2
[debug] exe versions: ffmpeg 3.1.5, ffprobe 3.1.5, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp:album] of-rust-and-rotten-things: Downloading webpage
[download] Downloading playlist: Of Rust And Rotten Things
[Bandcamp:album] playlist Of Rust And Rotten Things: Collected 11 video ids (downloading 11 of them)
[download] Downloading video 1 of 11
[Bandcamp] invocation-of-the-centipede-king: Downloading webpage
[Bandcamp] 1572278198: Downloading free downloads page
ERROR: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib64/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 356, in extract
    return self._real_extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
    r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 659, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
...
<end of log>

Description of your issue, suggested solution and other information

Some bandcamp links do not seem to work with youtube-dl.

Examples:

https://erasenegatedelete.bandcamp.com/album/of-rust-and-rotten-things
https://thebastards330.bandcamp.com/album/being-human

@pricejn2
Copy link

@pricejn2 pricejn2 commented Nov 5, 2016

I'm seeing the same behavior:

youtube-dl http://grindlinetheband.bandcamp.com/track/lifes-a-bitch --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://grindlinetheband.bandcamp.com/track/lifes-a-bitch', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.04
[debug] Python version 3.4.2 - Linux-3.14.32-xxxx-grs-ipv6-64-x86_64-with-Debian-8
[debug] exe versions: ffmpeg 2.8.8, ffprobe 2.8.8, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp] lifes-a-bitch: Downloading webpage
[Bandcamp] 2814239023: Downloading free downloads page
ERROR: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python3.4/dist-packages/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/local/lib/python3.4/dist-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
    r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
  File "/usr/local/lib/python3.4/dist-packages/youtube_dl/extractor/common.py", line 660, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@yan12125 yan12125 added the bug label Nov 8, 2016
@orbea
Copy link
Author

@orbea orbea commented Nov 8, 2016

youtube-dl-2016.11.08.1-x86_64-1_SBo

Another one.
https://roborg.bandcamp.com/album/fsociety

$ youtube-dl --verbose https://roborg.bandcamp.com/album/fsociety
[debug] System config: []
[debug] User config: ['--prefer-free-formats', '--format', 'webm/ogg/best']
[debug] Command-line args: ['--verbose', 'https://roborg.bandcamp.com/album/fsociety']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.08.1
[debug] Python version 3.5.2 - Linux-4.8.4-x86_64-AMD_FX-tm-6350_Six-Core_Processor-with-slackware-14.2
[debug] exe versions: ffmpeg 3.1.5, ffprobe 3.1.5, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp:album] fsociety: Downloading webpage
[download] Downloading playlist: fsociety
[Bandcamp:album] playlist fsociety: Collected 5 video ids (downloading 5 of them)
[download] Downloading video 1 of 5
[Bandcamp] count-zero: Downloading webpage
[Bandcamp] 2940104791: Downloading free downloads page
ERROR: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib64/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
    r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 660, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@Ezwen
Copy link

@Ezwen Ezwen commented Nov 10, 2016

I encounter the same issue using version 2016.10.25:

$ youtube-dl --verbose https://ddrkirbyisq.bandcamp.com/album/celestial-melodies
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://ddrkirbyisq.bandcamp.com/album/celestial-melodies']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.10.25
[debug] Python version 3.5.2 - Linux-4.8.6-300.fc25.x86_64-x86_64-with-fedora-25-Twenty_Five
[debug] exe versions: ffmpeg 3.1.5, ffprobe 3.1.5, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp:album] celestial-melodies: Downloading webpage
[download] Downloading playlist: Celestial Melodies
[Bandcamp:album] playlist Celestial Melodies: Collected 23 video ids (downloading 23 of them)
[download] Downloading video 1 of 23
[Bandcamp] lullaby-of-flame-lullaby-of-deserted-hell: Downloading webpage
[Bandcamp] 1209265345: Downloading free downloads page
ERROR: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 693, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 356, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
    r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
  File "/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 659, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@orbea
Copy link
Author

@orbea orbea commented Nov 15, 2016

youtube-dl-2016.11.14.1-x86_64-1_SBo

Another one...

~$ youtube-dl --verbose https://gosutomall.bandcamp.com/
[debug] System config: []
[debug] User config: ['--prefer-free-formats', '--format', 'webm/ogg/best']
[debug] Command-line args: ['--verbose', 'https://gosutomall.bandcamp.com/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.14.1
[debug] Python version 3.5.2 - Linux-4.8.7-x86_64-AMD_FX-tm-6350_Six-Core_Processor-with-slackware-14.2
[debug] exe versions: ffmpeg 3.2, ffprobe 3.2, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp:album] gosutomall: Downloading webpage
[download] Downloading playlist: BetaPlus 製品恋
[Bandcamp:album] playlist BetaPlus 製品恋: Collected 8 video ids (downloading 8 of them)
[download] Downloading video 1 of 8
[Bandcamp] -: Downloading webpage
[Bandcamp] 2760467925: Downloading free downloads page
ERROR: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib64/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
    r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 660, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
@orbea
Copy link
Author

@orbea orbea commented Nov 18, 2016

youtube-dl-2016.11.18-x86_64-1_SBo

....

$ youtube-dl --verbose  https://powercut.bandcamp.com/album/honolulu-mixtape
[debug] System config: []
[debug] User config: ['--prefer-free-formats', '--format', 'webm/ogg/best']
[debug] Command-line args: ['--verbose', 'https://powercut.bandcamp.com/album/honolulu-mixtape']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.11.18
[debug] Python version 3.5.2 - Linux-4.8.8-x86_64-AMD_FX-tm-6350_Six-Core_Processor-with-slackware-14.2
[debug] exe versions: ffmpeg 3.2, ffprobe 3.2, rtmpdump 2.4
[debug] Proxy map: {}
[Bandcamp:album] honolulu-mixtape: Downloading webpage
[download] Downloading playlist: Honolulu mixtape
[Bandcamp:album] playlist Honolulu mixtape: Collected 5 video ids (downloading 5 of them)
[download] Downloading video 1 of 5
[Bandcamp] friendly-zombie: Downloading webpage
[Bandcamp] 3641043230: Downloading free downloads page
ERROR: Unable to extract items; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/lib64/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 357, in extract
    return self._real_extract(url)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
    r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
  File "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 660, in _search_regex
@ytdl-org ytdl-org locked and limited conversation to collaborators Nov 18, 2016
@dstftw dstftw closed this Nov 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

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