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

it wont let me download anything. #85

Open
k4lp opened this issue Sep 4, 2020 · 6 comments
Open

it wont let me download anything. #85

k4lp opened this issue Sep 4, 2020 · 6 comments

Comments

@k4lp
Copy link

k4lp commented Sep 4, 2020

SO i tried downloading spotify playlist and this error was thrown:

Traceback (most recent call last): File "main.py", line 771, in <module> CLI.main(sys.argv[1:]) File "main.py", line 624, in main md.downloadBySpotifyUriPlaylistMode(array[i+1], CLI.path) File "main.py", line 208, in downloadBySpotifyUriPlaylistMode playlist = user.getPlaylistTracks(playlist_uri) File "/home/kalp/smd/spotify.py", line 153, in getPlaylistTracks for j, item in enumerate(playlist['items']): KeyError: 'items'

@RafiSadad
Copy link

sameTraceback (most recent call last): File "./main.py", line 2, in <module> from spotify import Spotify File "/home/sadad/smd-master/spotify.py", line 3, in <module> import spotipy ModuleNotFoundError: No module named 'spotipy' root@sadad-LinuxMint:/home/sadad/smd-master# i just got this

@Diegus83
Copy link

Diegus83 commented Nov 1, 2020

Did you install the requirements? Because it says it can’t find the “spotipy” module and that should have been installed during the Install requirements step.

@miraclx
Copy link

miraclx commented Jan 31, 2021

Check out freyr..https://github.com/miraclx/freyr-js

See #101

@4qx
Copy link

4qx commented Feb 14, 2022

freyr is pulling stuff off youtube. clspotify (zspotify) is what's up.

@miraclx
Copy link

miraclx commented Feb 14, 2022

clspotify 💯.. love it for ripping straight off Spotify, however you always need a premium account.

freyr instead, just tailors to everyone, regardless of whether they even have an account to begin with.

Now, freyr already has the ability to choose download sources (-D, --downloader). Just that, as of the time of writing, it only supports YouTube / YouTube Music. I'll make a note to extend that list to support optionally sourcing directly from Spotify / Deezer.

Thanks for bringing clspotify to my attention, btw.

@4qx
Copy link

4qx commented Feb 17, 2022

clspotify 100.. love it for ripping straight off Spotify, however you always need a premium account.

Wrong, having free account is sufficient for downloading. It has been working since I discovered it last week and it is working now.

freyr instead, just tailors to everyone, regardless of whether they even have an account to begin with.

freyr is a spotify-information-relying youtube-dl clone of which there are dime a dozen, namely spotify-downloader, spotify-dl and Spotify-Playlist-Downloader. The biggest difference between freyr and others is that freyr has a misleading description on its main page and its creator bears delusions of it being a wonderful project that warrants donation pages. It does not work if a track is not available on youtube and the audio quality it produces is inferior to the kind accessible on youtube or spotify even with a free account due to it re-encoding audio files that are already lossy. Not only that, it artificially inflates the size of the files by transcoding them to an unnecessarily higher 320k bitrate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants