Giter VIP home page Giter VIP logo

Comments (6)

ritiek avatar ritiek commented on August 12, 2024 1

@syxanash Try using easy_install: sudo easy_install BeautifulSoup4

If it still doesn't work, you'll have to install it manually:

wget https://www.crummy.com/software/BeautifulSoup/bs4/download/4.5/beautifulsoup4-4.5.3.tar.gz
sudo tar -zxvf beautifulsoup4-4.5.3.tar.gz
cd beautifulsoup4-4.5.3
sudo python setup.py install

That should be it.

from spotify-downloader.

ritiek avatar ritiek commented on August 12, 2024 1

It's all good, I use v2.3 eyed3 tags otherwise the latest ones do not work with Media Player and such players in Windows. I'll push some commits to hide that warning 👍

from spotify-downloader.

syxanash avatar syxanash commented on August 12, 2024 1

alright, thanks for your support!

from spotify-downloader.

syxanash avatar syxanash commented on August 12, 2024

this is really weird, it looks like the sudo pip install -U -r requirements.txt didn't work properly because I had to install every dependency manually. Maybe this is caused by some erroneous installation of pip.

Anyway it seems to be working fine now 😃

from spotify-downloader.

ritiek avatar ritiek commented on August 12, 2024

@syxanash Glad it works. Btw, just curious, does it give any error or what?

from spotify-downloader.

syxanash avatar syxanash commented on August 12, 2024

apparently not but there's a warning from eyed3 after the script fixes meta-tags:

>> Enter a song/cmd: *SPOTIFY_LINK*

*ARTIST - SONG*
  3,084,502 Bytes [100.00%] received. Rate: [1015 KB/s].  ETA: [0 secs]    
Converting *SONG_TITLE*.m4a to mp3
Fixing meta-tags
WARNING:eyed3.id3.tag:TDEN frame being dropped due to conversion to v2.3

>> Enter a song/cmd:

Then the song is correctly downloaded.

from spotify-downloader.

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.