JaGoLi / ytdl-gui

A simple-to-use, cross-platform graphical interface for youtube-dl.
GNU General Public License v3.0
253 stars 23 forks source link

Failed! Recheck Input for Errors #38

Closed NayamAmarshe closed 3 years ago

NayamAmarshe commented 3 years ago

I'm trying to download this: https://www.youtube.com/watch?v=XTN_-pRZjoU

I've selected Audio - Best - MP3, the checkboxes are all unchecked but whenever I press download it says: Failed! Recheck Input for Errors. This error seems to appear on multiple videos.

JaGoLi commented 3 years ago

Does this happen on all videos you have tried or only this one?

JaGoLi commented 3 years ago

Ok, I see what is happening. You need to install youtube-dl via pip. For the application to work on your system do: sudo pip3 install youtube-dl It should work then.

NayamAmarshe commented 3 years ago

Ok, I see what is happening. You need to install youtube-dl via pip. For the application to work on your system do: sudo pip3 install youtube-dl It should work then.

Ah! I must have missed that part, Thanks!