stevenewbs / gmpydl

Google Music Python Downloader
MIT License
22 stars 8 forks source link

Forward Slash #14

Closed grantbi closed 4 years ago

grantbi commented 6 years ago

I'm getting errors with these Albums: 'Harry Connick, Jr./When My Heart Finds Christmas' 'Etran Finatawa/Tarkat Tajje / Let's Go!'

I think it has something to do with the unescaped forward slash. It should probably just be a _ or some character that file systems support.

It may have to do with any other special characters as well.