[GH-ISSUE #88] [Bug Report] - Underscores are being ignored in download path #196

Closed
opened 2026-03-01 17:28:32 +03:00 by kerem · 5 comments
Owner

Originally created by @starcrash-13 on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/88

[Bug Report]

Problem

Underscores are again being ignored in download path.

Version

SpotiDownloader v7.0.2

OS

Windows

Originally created by @starcrash-13 on GitHub (Jan 30, 2026). Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/88 <!-- WARNING: Issues that do not follow this template will be closed without review. Fill out the relevant section and delete the other. --> ### [Bug Report] #### Problem > Underscores are again being ignored in download path. #### Version SpotiDownloader v7.0.2 #### OS Windows
kerem closed this issue 2026-03-01 17:28:32 +03:00
Author
Owner

@afkarxyz commented on GitHub (Feb 12, 2026):

Can you give a more specific example?

<!-- gh-comment-id:3888488309 --> @afkarxyz commented on GitHub (Feb 12, 2026): Can you give a more specific example?
Author
Owner

@starcrash-13 commented on GitHub (Feb 12, 2026):

It is the same issue that was happening here:

https://github.com/afkarxyz/SpotiDownloader/issues/52

<!-- gh-comment-id:3888543045 --> @starcrash-13 commented on GitHub (Feb 12, 2026): It is the same issue that was happening here: https://github.com/afkarxyz/SpotiDownloader/issues/52
Author
Owner

@Jaeger1347 commented on GitHub (Feb 13, 2026):

Same for me. e.g.
C:\Downloads\SD ---> No problem
C:\Downloads_S_D_ ----> Don't work
C:\Downloads_SD ----> Don't work

<!-- gh-comment-id:3898954440 --> @Jaeger1347 commented on GitHub (Feb 13, 2026): Same for me. e.g. C:\Downloads\SD ---> No problem C:\Downloads\_S_D_ ----> Don't work C:\Downloads\_SD ----> Don't work
Author
Owner

@Laynholt commented on GitHub (Feb 25, 2026):

SanitizeFilename was trimming _ at the beginning and end of names, which caused directories to be created without those underscores. This was fixed in #108.

Same for me. e.g. C:\Downloads\SD ---> No problem C:\Downloads_S_D_ ----> Don't work C:\Downloads_SD ----> Don't work

<!-- gh-comment-id:3957231436 --> @Laynholt commented on GitHub (Feb 25, 2026): `SanitizeFilename` was trimming `_` at the beginning and end of names, which caused directories to be created without those underscores. This was fixed in #108. > Same for me. e.g. C:\Downloads\SD ---> No problem C:\Downloads_S_D_ ----> Don't work C:\Downloads_SD ----> Don't work
Author
Owner

@Jaeger1347 commented on GitHub (Feb 26, 2026):

Thanks! I haven't check this thread.

<!-- gh-comment-id:3968553301 --> @Jaeger1347 commented on GitHub (Feb 26, 2026): Thanks! I haven't check this thread.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SpotiDownloader#196
No description provided.