Skip to content

Releases: derekantrican/YouTubeSubscriptionDownloader

Fixed issues with adding videos to Pocket

22 Jan 15:36
Compare
Choose a tag to compare
7.2

Updated version number for release

Better error handling

11 Jun 21:45
Compare
Choose a tag to compare

Added better error handling and other minor fixes

Overhaul of code and Subscription Manager

09 May 16:47
Compare
Choose a tag to compare

This is almost nearly a re-write of the entire program. The code is a lot more organized and logical. The Subscription Manager (formerly - Playlist Manager) has now been updated to show your YouTube subscriptions as well as the playlists you are following.

Custom notifications and other bug fixes

18 Dec 15:11
Compare
Choose a tag to compare

In this version we add custom notifications that work better than Windows 10 native notifications. Also some minor bug fixes related to Playlists have been fixed

Fixed a bug where some playlist ids were invalid

07 Dec 16:19
Compare
Choose a tag to compare

Fixed a bug that would throw an error on some playlist ids

Added ability to download from specific playlists

07 Dec 16:06
Compare
Choose a tag to compare

In this release you can add specific playlists to download from. Click the playlist button (next to the settings button) to bring up the playlist manager. This will allow you to add playlists to follow

Fixed a bug with downloading videos

06 Nov 22:38
Compare
Choose a tag to compare

Fixed a bug with downloading videos

Added functionality to get all most recent uploads

04 Jan 19:58
Compare
Choose a tag to compare

Before this release, the program would only get the most recent upload. If a channel uploaded 5 videos since the program last checked, the program would've only retrieved 1. This version gets all the uploads since last checked.

There is also a bug fixed so if a channel is subscribed to (or unsubscribed from) on YouTube, you simply have to press "Stop" then "Start" on the program to refresh its internal subscriptions list. (before this release you had to completely restart the program)

Bug fixes and fixes for YouTube API bugs

07 Dec 17:59
Compare
Choose a tag to compare

Fixed some various bugs in the program and implemented temporary fixes for two bugs in the YouTube Data API:

https://issuetracker.google.com/issues/65067744 (this was being encountered all the time and the workaround should fix this)
https://issuetracker.google.com/issues/70332607 (a workaround for this cannot be implemented. I have simply prevented the program from crashing. Uploads cannot be tracked from freddiew and other channels that encounter this issue)

Added check for internet connection & fixed download directory check

01 Sep 01:08
Compare
Choose a tag to compare

This version simply adds a check for a valid internet connection. This fixes an exception thrown when the program would start without an internet connection or if the internet would go out while the program is running

Also fixed a stupid oversight with checking to see if the download directory exists