Closed DaxChen closed 7 years ago
i got the script working by reinstalling bs4 like this:
sudo pip install beautifulsoup4
in my case without the sudo command pip does not install everything
Yep try installing bs4 using sudo
I had to add #!/usr/bin/env python2.7
to the top of the script.
Sorry I'm new to python
I have
youtube-dl
installed and didpip install beautifulsoup4
but when I run
./spotify-dl.py --track spotify:track:23L5CiUhw2jV1OIMwthR3S --dl youtube
I get the following error:
Thank you!