-
Notifications
You must be signed in to change notification settings - Fork 239
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
Comments
same |
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. |
Check out freyr..https://github.com/miraclx/freyr-js See #101 |
freyr is pulling stuff off youtube. clspotify (zspotify) is what's up. |
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, Thanks for bringing clspotify to my attention, btw. |
Wrong, having free account is sufficient for downloading. It has been working since I discovered it last week and it is working now.
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. |
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'
The text was updated successfully, but these errors were encountered: