-
Notifications
You must be signed in to change notification settings - Fork 217
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
script runs (eventually hits API quota) but no songs downloaded #60
Comments
the script first uses the Google APIs to build up a list of songs to download and then downloads them - it is possible you hit the API quota due to the sheer number of songs. What error messages are you seeing when it fails? |
yeah thats probably it. this is a playlist of 1k songs (Discover weekly archive 😂) |
Turns out the quota limits have been drastically reduced https://stackoverflow.com/questions/15568405/youtube-api-limitations/15580411#15580411
that's why we're running out of quota so fast. |
I have just run into this same problem (attempting to get an 800-song playlist). Is there a workaround which would allow either (a) splitting the playlist up or (b) downloading 1 song at a time rather than processing the whole playlist first? |
@barda123 I've been thinking of ways of getting around this - having a separate key for read/search operations might help. |
I've updated to remove my custom YT search in favour of youtube-dl which was anyway doing the heavy lifting. Update the app
|
OS: win10
run with
spotify_dl.exe -l https://open.spotify.com/playlist/44u43xW485DUdqZVApCANu?si=eMaxtbcgRPCfM6WdcaoYRQ -o .\SpotifyMusic\
seems to work, i get a lot of messages like:
eventually hits google API quota. but then i checked the folder and dont see any actual music in it. What could be wrong?
The text was updated successfully, but these errors were encountered: