We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Created a script to download from my personal playlist but it stopped after successfully downloading 100 songs. Am I missing something?
from savify.types import Type, Format, Quality from savify.utils import PathHolder from savify.logger import Logger s = Savify( api_credentials=( xx ), quality=Quality.BEST, download_format=Format.MP3, path_holder=PathHolder( downloads_path="path" ), # skip_cover_art=False, logger=Logger(), ffmpeg_location="location", ) # Spotify URL s.download( "link", query_type=Type.PLAYLIST, )
[INFO] Download Finished! Completed 100/100 songs in 0s.
The text was updated successfully, but these errors were encountered:
LaurenceRawlings
No branches or pull requests
Created a script to download from my personal playlist but it stopped after successfully downloading 100 songs. Am I missing something?
[INFO] Download Finished!
Completed 100/100 songs in 0s.
The text was updated successfully, but these errors were encountered: