-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
Description
Describe the bug
I'm trying to run the downloader within some python code to pull a large number of mp3s for use in a data science project. The output that I'm seeing is the following:
It was working before, but after about 7k songs, it stopped. Even running the code in terminal don't seem to be working. Not sure if I got rate limited or there's something else going on. Any guidance would be appreciated.
To Reproduce
spotify_dl -l https://open.spotify.com/track/0BRjO6ga9RKCKjfDqeFgWV -o ../data/mp3s/<track_id> (where the track_id is a Spotify track ID)
Expected behavior
I expected the track to download.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Mac OS (13.4.1 (c))
- Python version: 3.8.17