ErrorFlynn / ytdlp-interface

Windows graphical interface for yt-dlp, designed as a simple YouTube downloader
MIT License
1.1k stars 58 forks source link

drag a link from web browser seems not to work #91

Closed megabugman closed 1 year ago

megabugman commented 1 year ago

copy/paste works, but drag and drop not, tried with FF and chrome bug

ErrorFlynn commented 1 year ago

I could not reproduce your Firefox attempt (worked fine for me).

For your Chrome attempt, it seems that you're not actually dragging a URL, but the title of the video (it's visible in the tooltip next to the cursor for a few frames of the video). You could test that by doing the same drag-drop operation with Notepad.

Also, be aware that the program needs the protocol part of the URL (https://) to be present in order to recognize the dropped text as an URL.

megabugman commented 1 year ago

tried again, 3 different browsers. works as expected. sorry.