Skip to content

error with Symbols #3

@groadabike

Description

@groadabike

Dear geekpradd
The functions have an error when the name of the Artist or the Song have some symbols like "?" because it is not encoded into URL format.
You can solved importing urllib
and then in any search you can replace, for example album.artist() by urllib.quote_plus(album.artist()) and it will fix the problem.
This is needed specially in getLyrics() method

Best regards

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