Releases: Elijas/auto-youtube-subscription-playlist-2
Releases · Elijas/auto-youtube-subscription-playlist-2
Filter on shorts
A new column (Column E) is added for users to choose to remove shorts from being added to their playlist. Any video that is 1 min or less in length is considered a short and therefore filtered out. Channels are now placed in Column G and onwards.
Improved Error Handling
- Proper error handling when failing to add videos to playlist
- Make empty channel errors more friendly
Debug Viewer Improved
Fixed a number of issues with getting the next row/column for debug data
New Debug Viewer
Notable changes:
- Existing code has been reformatted #75
- Timezone support for timestamps #67
- Videos that cannot be added to playlist due to being private are omitted without throwing an error, but will still show up in logs
- New log viewer for debugging #94
Important: This script will not work with an outdated sheet, make a copy of the new sheet (with updated script) to get a working version
Refactor with max frequency per row
- Created columns for frequency hours and delete days
- Important: This script will not work with an outdated sheet, make a copy of the new sheet (with updated script) to get a working version
Reduced quota usage
- Quota usage is now much lower for searching for videos
- Important: This script will not work with an outdated sheet, make a copy of the new sheet (with updated script) to get a working version
Merge pull request #56 from Elijas/fix-get-playlist-vids
- Use correct function to get videos from playlists
- Make errors more verbose
20191001: Merge pull request #44 from JesperDramsch/patch-1
Fix breaking typo in variable name.
20190930: Merge pull request #42 from Elijas/save-id-to-script-properties
Save id to script properties