auto-youtube-subscription-playlist-2 | Script automatically adds videos to playlists from Youtube | Video Utils library

 by   Elijas JavaScript Version: 20210823 License: No License

kandi X-RAY | auto-youtube-subscription-playlist-2 Summary

kandi X-RAY | auto-youtube-subscription-playlist-2 Summary

auto-youtube-subscription-playlist-2 is a JavaScript library typically used in Video, Video Utils applications. auto-youtube-subscription-playlist-2 has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

This is a Google Apps Script that automatically adds new Youtube videos to playlists (a replacement for Youtube Collections feature). This is done using Google Sheets for interface, Google Script + Youtube API v3 for executing and scheduling.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              auto-youtube-subscription-playlist-2 has a low active ecosystem.
              It has 164 star(s) with 46 fork(s). There are 25 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 16 open issues and 49 have been closed. On average issues are closed in 181 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of auto-youtube-subscription-playlist-2 is 20210823

            kandi-Quality Quality

              auto-youtube-subscription-playlist-2 has 0 bugs and 0 code smells.

            kandi-Security Security

              auto-youtube-subscription-playlist-2 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              auto-youtube-subscription-playlist-2 code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              auto-youtube-subscription-playlist-2 does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              auto-youtube-subscription-playlist-2 releases are available to install and integrate.
              auto-youtube-subscription-playlist-2 saves you 11 person hours of effort in developing the same functionality from scratch.
              It has 31 lines of code, 0 functions and 1 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of auto-youtube-subscription-playlist-2
            Get all kandi verified functions for this library.

            auto-youtube-subscription-playlist-2 Key Features

            No Key Features are available at this moment for auto-youtube-subscription-playlist-2.

            auto-youtube-subscription-playlist-2 Examples and Code Snippets

            No Code Snippets are available at this moment for auto-youtube-subscription-playlist-2.

            Community Discussions

            QUESTION

            Google Script - Auto add recently uploaded YT videos from subscriptions to specific playlists
            Asked 2018-Feb-21 at 18:06

            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:

            Spreadsheet Screenshot

            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:06

            Thanks 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:

            Source https://stackoverflow.com/questions/48867365

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install auto-youtube-subscription-playlist-2

            You can download it from GitHub.

            Support

            A: A known fix is to use an account with Gmail, YouTube accounts are known to have this issue. Notice that you will only be able to use the playlists accessible by the authorized account (i.e. your 'Gmail' account in YouTube site). A: Do the step laid out in the instructions above: go to Resources > Developers Console Project > Click the link to your API console project > On the left, APIs & Auth > APIs > YouTube Data API > Enable API. (thanks to josn0w and theit8514, also nmgoh and saso5tr). A: See https://stackoverflow.com/a/48912679/1544154 (thanks to LPanic). A: If it only happens sometimes, it can be safely ignored, the next round will work normal again. If it happens on every execution, check your playlist and channel IDs. The script stops working if any of your playlists or channels doesn't exist, for example because it was deleted.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link