spotify2mp3
spotify2mp3 copied to clipboard
Simple free and unlimited Spotify playlist downloads. Spotify2mp3 - Spotify Downloader
the line for getting "song_viewcount" can fail if yt_data['views'] contains the string "No views", a simple fix for this is ``` sd_data = yt_data['duration'].split(':') try: song_duration = int(sd_data[0]) * 60...
Hello, I like the idea of using spotify metadata to search for video on Youtube. Really neat concept. But it would be awesome if you add in fuzzy match too...
Hi @couldbejake , just wanted to let you know i created a docker image including your spotify2mp3 so i can run it without any problems on my windows machines as...

Rather than downloading from YouTube.com it would be better to download from music.youtube.com as you won't be downloading videos from YT and if you have a song name with the...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
I am using Linux Mint 20.03 cinnamon. I installed the requirements and when I run the spotify2mp2.py script I received the the following error message: File "spotify2mp3.py", line 38 raise...
- Downloading, please wait Traceback (most recent call last): File "spotify2mp3.py", line 206, in main(authtype=authtype, song=url, quality=quality, min_views=DEFAULT_MIN_VIEWS_FOR_DOWNLOAD, max_length=DEFAULT_MAX_LENGTH_FOR_DOWNLOAD) File "spotify2mp3.py", line 164, in main success = downloader.download_track(song) File "/home/adachi/spotify2mp3/downloader.py",...
Hi all, Your program is working really nice, thanks. However, how do I get around this notification: _Skipped a song - The found song had less views than the minimum...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...