KoleckOLP / yt-dl

Multiplatform gui/console youtube-dl simplifier
GNU General Public License v3.0
16 stars 4 forks source link

Ignore pasted-in input in main menu #1

Closed kangalio closed 4 years ago

kangalio commented 4 years ago

Users reported that they often accidentally paste in URLs into the main menu.

The main menu previously processed each char of the input separately. This PR detects if the input was pasted in and discards it in that case.