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

[BUG] Non-Utf8 in Track Name #57

Open
Cy4Shot opened this issue Oct 9, 2021 · 0 comments
Open

[BUG] Non-Utf8 in Track Name #57

Cy4Shot opened this issue Oct 9, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Cy4Shot
Copy link

Cy4Shot commented Oct 9, 2021

Describe the bug
Tracks that contain non utf-8 characters, such as symbols or non-latin alphabets cannot be downloaded.

To Reproduce
Steps to reproduce the behavior:

s = Savify(api_credentials=(ID, SECRET), path_holder=PathHolder(downloads_path=path), logger=Logger(log_location='logs'),
    ydl_options={"quiet": True, "logger": None, "no_warnings": True}, group="%playlist%")
s.download(playlist_link, query_type=Type.ALBUM)

Expected behavior
The file to be downloaded and properly renamed.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10
  • Version [2.3.4]
@Cy4Shot Cy4Shot added the bug Something isn't working label Oct 9, 2021
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