You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you download a playlist with invalid folder characters in the title (eg ":") it will crash the program because it tries to create a directory with that character
Reproduce: Try to download a playlist with a forbidden filename character in the title
Fix: Strip any forbidden characters from the directory name before creating the directory
Win10 Education 2003
Python 3.7
The text was updated successfully, but these errors were encountered:
If you download a playlist with invalid folder characters in the title (eg ":") it will crash the program because it tries to create a directory with that character
Reproduce: Try to download a playlist with a forbidden filename character in the title
Fix: Strip any forbidden characters from the directory name before creating the directory
Win10 Education 2003
Python 3.7
The text was updated successfully, but these errors were encountered: