Skip to content

When downloading multiple albums, download fails because of "\n" in the URL #14

@yupyuptrp

Description

@yupyuptrp

To fix this, go to line 100, where it says:
fetch_from_url(line)
And replace it with:
fetch_from_url(line.strip())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions