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
Prior to commit e4e3201, the path for the generated m3u file could be defined by providing the complete file path as the file name. However, with the latest update, the filename string undergoes sanitization, which restricts the use of slashes in the file name, thus preventing path specification in this way.
Steps to reproduce - Ensure to include actual links!
System OS
Linux
Python Version
3.10 (CPython)
Install Source
GitHub
Install version / commit hash
e4e3201
Expected Behavior vs Actual Behavior
Prior to commit
e4e3201
, the path for the generated m3u file could be defined by providing the complete file path as the file name. However, with the latest update, the filename string undergoes sanitization, which restricts the use of slashes in the file name, thus preventing path specification in this way.Steps to reproduce - Ensure to include actual links!
spotdl sync playlist_url --m3u full/path/playlist.m3u
Traceback
Other details
No response
The text was updated successfully, but these errors were encountered: