Closed aqilc closed 1 year ago
@AqilCont Can you share the version of simber installed in your system? You can find that by doing a pip freeze
and checking the simber
line in there.
You can use
grep
but on Windows I am not sure if it would be supported else above can be done simply usingpip freeze | grep -i simber
.
i have a similar issue and my simber version is 0.2.4
After investigation, it seems that title/metadata with special characters like this character "【" in this video make this bug.
If you use the "--disable-file" argument that "fix" the bug but make another error when creating the file (no such file or directory) (similar to #236 )
@orkeilius Thanks for investigating. This issue is related to simber. However, the video you shared and the issue you are getting is probably because of the charcter ~
in the video.
I think we are not removing it before creating the song file right now.
A new release of simber
is now published that should fix the above issue. I am closing this issue for now. In case this happens again, I can reopen this issue.
Bug report
Checklist
Version Info
2022.03.16
2021.12.17
How Ytmdl was installed?
Console Log
Description
This was my first time using the downloader, I'm on Windows 10 21H2 and IDK this was the first thing that happened.