Neither version contains a GUI. You will need to run them in a Terminal/Command Prompt to view their output.
Frozen with PyInstaller.
Changes:
- New
-d, --downloader
command that lets you download your videos with something other than youtube-dl, like yt-dlp. -y, --ytdl-args
changed to-a, --downloader-args
.- Added support for
youtube.com/channel/
formatted links. - Added exception handling when an RSS feed can't be extracted from a link.
- Minor restructuring to
rss_getter
function to use less lines of code. - Added more code to strip newlines, because it became necessary for some reason.