norbeyandresg / hades

This script takes a Spotify playlist, list and search each track on YouTube and download it to the specified path with the script root path as parent
164 stars 29 forks source link

Add further replacement of special characters #25

Closed tomasmaillo closed 3 years ago

tomasmaillo commented 3 years ago

Fixes #24 where special characters, '\','/',':','*','?','"','<','>','|', would crash the program. Now special characters that aren't allowed on file names get replaced with either "_" or " ".

This could potentially cause problems if songs are entirely named with special characters: For example, would be named EDEN - .mp3. I invite anyone to find a solution that would work in that case