Youtube-mp3-downloader-light
Youtube-mp3-downloader-light copied to clipboard
Handling of user-input url
download( , , ) only checks if "youtube.com/" is in the user-supplied input before forwarding that input to ytdl_download( ).
Thus, URLs in the format of youtube.com/watch?v={video_id} or www.youtube.com/watch?v={video_id} are let through, though malformed...

I think this should be relatively straight forward to resolve to make sure all urls are formatted properly. I'd like to start working on this.