I have just installed UTube downloader on my Ubuntu system. It works great, except I can't locate the downloaded files after I close UTube.
12 Answers
I downloaded the 'Utube - Complete Youtube App for Linux' as follows:
sudo snap install utubeAfter I downloaded some Rammstein (always a good test!) as follows:
Looks like there is a cut down version of mpv available for playback from within the application itself, which doubtless you have already discovered, but a simple search found my test download of Rammstein tucked away in $HOME. The location is a somewhat labyrinthine one:
~/snap/utube/16/.local/share/And as long as you have installed UTube via snap, as I have, your downloaded media files will also be in this location...
2There is now an option in the settings dialog which let you directly open the download folder. snap refresh utube To update to latest version.