auto-youtube-subscription-playlist | Script automatically compiles a playlist out of youtube
kandi X-RAY | auto-youtube-subscription-playlist Summary
kandi X-RAY | auto-youtube-subscription-playlist Summary
This is a Google Apps Script that automatically adds new Youtube videos to a playlist (a replacement for Youtube Collections feature). This is done through scraping the Youtube subscription notifications in a gmail label. (a workaround for the current lack of support for the main feature in both Youtube UI and API).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of auto-youtube-subscription-playlist
auto-youtube-subscription-playlist Key Features
auto-youtube-subscription-playlist Examples and Code Snippets
Community Discussions
Trending Discussions on auto-youtube-subscription-playlist
QUESTION
I am having a little trouble with a google script which I found on github. Original Code: https://github.com/Elijas/auto-youtube-subscription-playlist-2
What this script does:
You add the channel ID which you have subscribed to on youtube to a google spreadsheet and reference them to the Playlist ID you want new videos to be added:
What my issue(s) are:
The script itself works perfectly fine as long as I open up the spreadsheet and execute the "updatePlaylists" function manually.
But as soon as I add a time driven trigger (or try to execute the function in the script editor) the script keeps failing:
TypeError: Cannot call method "toString" of undefined.
But I found a "fix" for that specific error on the internet. So I changed this specific code line to:
...ANSWER
Answered 2018-Feb-21 at 18:06Thanks to the reply of Prometheus, the original creator of the script, I was finally able to solve the problem. Apparently the "updatePlaylists" function has been edited by a contributor on github.
Everyone who stumbles over the same problem, do this:
Simply replace the "updatePlalists" function in Code.gs with the original version:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install auto-youtube-subscription-playlist
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page