I wanna save the song after fetching the url.
When I am going to save the file to the `name` value it says `open: foo/bar.mp3 no such....`, because the directory `foo` doesn't exist.
I wanna save it in the current directory.
Any way to escape it?
Please don't suggest `url.PathEscape`, it encodes unicode char (my language is Bangla).
You can use other transcodings (quopri, base64) but those needs decoding, too.