mirror of
https://github.com/afkarxyz/SpotiDownloader.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #88] [Bug Report] - Underscores are being ignored in download path #196
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiDownloader#196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @starcrash-13 on GitHub (Jan 30, 2026).
Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/88
[Bug Report]
Problem
Version
SpotiDownloader v7.0.2
OS
Windows
@afkarxyz commented on GitHub (Feb 12, 2026):
Can you give a more specific example?
@starcrash-13 commented on GitHub (Feb 12, 2026):
It is the same issue that was happening here:
https://github.com/afkarxyz/SpotiDownloader/issues/52
@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
@Laynholt commented on GitHub (Feb 25, 2026):
SanitizeFilenamewas trimming_at the beginning and end of names, which caused directories to be created without those underscores. This was fixed in #108.@Jaeger1347 commented on GitHub (Feb 26, 2026):
Thanks! I haven't check this thread.