Botspot / youtubuddy

Search/Watch/Download YouTube videos with a lightweight, interactive tool
GNU General Public License v3.0
36 stars 10 forks source link

Fix youtube-dl install #18

Closed NoozAbooz closed 3 years ago

NoozAbooz commented 3 years ago

Youtube-dl seems to have a problem with uninstalling it when it isn't installed with some sudo apt stuff, this just checks if its installed before running uninstall command.

Botspot commented 3 years ago

Does the pip uninstall fail? If it does, does that failure make the script exit? Also consider fixing your typo - if I merged this now it would create a bigger problem than we have now.

Botspot commented 3 years ago

What does this try to fix? Your changes don't seem to make a difference - still using the same pip3 uninstall command.

NoozAbooz commented 3 years ago

Im dumb, this attempts to fix the issues with youtube-dl install in error-logs channel but i think i read it wrong