I'm looking for (free) Ubuntu YouTube software that can perform two tasks (could be separate software):
- display on screen notification (like transmission does when a download has finished) when a new video has been uploaded to your personal subscription box
- download videos in max quality (preferably automatically once a new video has been uploaded from specific channels / series)
What I've found so far:
- All Video Downloader: only downloads manually, can't select quality
- MiniTube: Doesn't associate with your personal account, doesn't notify when new video has been uploaded from your subscriptions. Annoying GUI. Quite buggy.
If this software doesn't exist yet, I'll try to make it myself.
I don't know about the first, but the second can be easily done with
youtube-dl
:I've copied the help text about formating here:
So you can use
--max-quality
to get the maximum quality format. On a personal note, I findyoutube-dl
very easy to use (I just type yo and Tab in terminal and it auto-completes it for me). It can also download every video by a specific channel and has a multitude of options.I believe you can set it to continue downloads with the
-c
option and if you do that for a channel, it should download only new ones if in the same directory as the others were downloaded to, but have not tried it in practice. If you can, then you can runyoutube-dl
on a script and it will only download the files when there are new ones.