Youtube-mp3-downloader-light icon indicating copy to clipboard operation
Youtube-mp3-downloader-light copied to clipboard

Handling of user-input url

Open occupytheweb opened this issue 7 years ago • 1 comments

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...

image

occupytheweb avatar Oct 14 '18 22:10 occupytheweb

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.

shepherdjay avatar Oct 06 '19 20:10 shepherdjay