Giter Site home page Giter Site logo

Comments (10)

iheanyi avatar iheanyi commented on September 18, 2024

Eek. I'll have to revisit this. Sorry, my role on this has been stagnant and the community has been upgrading it, but I'll explore adding back in single track downloads. Sorry about that!

from bandcamp-dl.

Unnoen avatar Unnoen commented on September 18, 2024

No problem, only found this recently. Better than any other script out there.

from bandcamp-dl.

iheanyi avatar iheanyi commented on September 18, 2024

Still having this issue or nah? @Zegura

from bandcamp-dl.

iheanyi avatar iheanyi commented on September 18, 2024

Still works for me. Re-open with specific examples please if you have them.

from bandcamp-dl.

amaramth avatar amaramth commented on September 18, 2024

specific example:

~ git clone [email protected]:iheanyi/bandcamp-dl.git
Cloning into 'bandcamp-dl'...
remote: Counting objects: 244, done.
remote: Total 244 (delta 0), reused 0 (delta 0), pack-reused 244
Receiving objects: 100% (244/244), 49.39 KiB | 0 bytes/s, done.
Resolving deltas: 100% (115/115), done.
Checking connectivity... done.
~ cd bandcamp-dl/bandcamp_dl/
~/bandcamp-dl/bandcamp_dl ./bandcamp_dl.py https://thel-train.bandcamp.com/track/a-symphonic-metal-tribute-to-frozen
Traceback (most recent call last):
  File "./bandcamp_dl.py", line 67, in <module>
    main()
  File "./bandcamp_dl.py", line 55, in main
    album = bandcamp.parse(url)
  File "/Users/ali/bandcamp-dl/bandcamp_dl/Bandcamp.py", line 28, in parse
    album_meta = self.extract_album_meta_data(r)
  File "/Users/ali/bandcamp-dl/bandcamp_dl/Bandcamp.py", line 76, in extract_album_meta_data
    album['title'] = embedData['EmbedData']['album_title']
KeyError: 'album_title'
~/bandcamp-dl/bandcamp_dl ./bandcamp_dl.py https://thel-train.bandcamp.com/album/moonrise
Starting download process.
  52 % [===========>           ]   1.6MiB /  3.0MiB   52.1KiB/s  eta 0:00:28   

from bandcamp-dl.

iheanyi avatar iheanyi commented on September 18, 2024

Thanks @alice0meta, I appreciate it! I'll take a look at this.

from bandcamp-dl.

iheanyi avatar iheanyi commented on September 18, 2024

@alice0meta - I've added in a fix with this commit: ac7dea2. Pull and try again and let me know if your problem is solved. Thanks!

from bandcamp-dl.

amaramth avatar amaramth commented on September 18, 2024

Yeah, that works. Thanks.

from bandcamp-dl.

iheanyi avatar iheanyi commented on September 18, 2024

@alice0meta - No problem!

from bandcamp-dl.

brandonkeene avatar brandonkeene commented on September 18, 2024

Hi @iheanyi
I'm actually seeing the same issue after a fresh install today. Downloading albums works flawlessly, however single tracks throw the same error seen above. Here's some specifics for you:

blk@Tower ~ $ bandcamp-dl https://blackflower1.bandcamp.com/track/dust
Traceback (most recent call last):
  File "/usr/local/bin/bandcamp-dl", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/bandcamp_dl/bandcamp_dl.py", line 55, in main
    album = bandcamp.parse(url)
  File "/usr/local/lib/python2.7/dist-packages/bandcamp_dl/Bandcamp.py", line 28, in parse
    album_meta = self.extract_album_meta_data(r)
  File "/usr/local/lib/python2.7/dist-packages/bandcamp_dl/Bandcamp.py", line 76, in extract_album_meta_data
    album['title'] = embedData['EmbedData']['album_title']
KeyError: 'album_title'

Pip Version:

blk@Tower ~ $ pip -V
pip 8.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)

Python Version:

blk@Tower ~ $ python2.7 -V
Python 2.7.12

Am I missing something obvious?
Thanks!

from bandcamp-dl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.