[Site Feature Request] bandcamp user page
See original GitHub issue- [x ] I’m reporting a broken site support
- [ x] I’ve verified that I’m running yt-dlp version 2021.06.09
- [ x] I’ve checked that all provided URLs are alive and playable in a browser
- [ x] I’ve checked that all URLs and arguments with special characters are properly quoted or escaped
- [ x] I’ve searched the bugtracker for similar issues including closed ones
[debug] User config: ['-x', '--audio-format', 'mp3', '-o', 'D:/download/%(uploader)s/%(playlist)s/%(title)s.%(ext)s', '--no-mtime', '--embed-thumbnail', '-i', '--split-chapters', '--parse-metadata', 'playlist:(?s)(?P<meta_album>.+)', '--add-metadata', '--download-archive', 'dataarchive.txt']
[debug] Command-line config: ['https://steviasphere.bandcamp.com/music', '--verbose']
[debug] Loading archive file 'dataarchive.txt'
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] yt-dlp version 2021.06.09
[debug] Python version 3.9.5 (CPython 64bit) - Windows-10-10.0.19042-SP0
[debug] exe versions: ffmpeg N-101865-g3e16d1c8a6, ffprobe N-101865-g3e16d1c8a6
[debug] Proxy map: {}
[debug] [Bandcamp:album] Extracting URL: https://steviasphere.bandcamp.com/music
[Bandcamp:album] steviasphere: Downloading webpage
ERROR: The page doesn't contain any tracks; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see https://github.com/yt-dlp/yt-dlp on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "c:\users\09515\appdata\local\programs\python\python39\lib\site-packages\yt_dlp\YoutubeDL.py", line 1133, in wrapper
return func(self, *args, **kwargs)
File "c:\users\09515\appdata\local\programs\python\python39\lib\site-packages\yt_dlp\YoutubeDL.py", line 1154, in __extract_info
ie_result = ie.extract(url)
File "c:\users\09515\appdata\local\programs\python\python39\lib\site-packages\yt_dlp\extractor\common.py", line 567, in extract
ie_result = self._real_extract(url)
File "c:\users\09515\appdata\local\programs\python\python39\lib\site-packages\yt_dlp\extractor\bandcamp.py", line 303, in _real_extract
raise ExtractorError('The page doesn\'t contain any tracks')
yt_dlp.utils.ExtractorError: The page doesn't contain any tracks; please report this issue on https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see https://github.com/yt-dlp/yt-dlp on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.```
im downloading a bandcamp artist on a windows 10 and it says there is no albums
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Artist Guide | Bandcamp
This guide covers our recommendations for how to achieve financial success on Bandcamp. Brand new to the site? Visit our about page to...
Read more >Bandcamp Terms of Use
This agreement sets forth the legally binding terms and conditions for your use of the Website at bandcamp.com (the "Site") and the service...
Read more >Bio, photo, and links sidebar - Bandcamp Updates
You can now display your bio, photo and links in your sidebar. Above, for example, is what that looks like for Cristina Bautista....
Read more >Bandcamp for Fans
Every fan gets a dedicated collection page where they can show off the music that they've purchased via Bandcamp (here's a particularly ...
Read more >Integrating Bandcamp into Your Existing Site (SPOILER ALERT
I'd like there to be seamless clicking between my Bandcamp pages and the rest of my site, and that would require my site's...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The current implementation doesn’t support user pages with the format:
https://adrianvonziegler.bandcamp.com https://nightcallofficial.bandcamp.com http://dotscale.bandcamp.com
I’ve created the PR, if it gets accepted I’m going to cry of joy after 3 years waiting for it to be merged
How does it “cover different cases”? If it is an improvement over the current implementation, feel free to make a PR