Skip to content
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

Stopped after downloading 100 songs #92

Open
AzeemIdrisi opened this issue Oct 12, 2023 · 0 comments
Open

Stopped after downloading 100 songs #92

AzeemIdrisi opened this issue Oct 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@AzeemIdrisi
Copy link

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.

@AzeemIdrisi AzeemIdrisi added the bug Something isn't working label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants