Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
better-youtube-api
Advanced tools
Want to access data from the YouTube Data v3 API? Want a Node.js YouTube API wrapper with typings, promises, and caching? No problem! We've got ya covered. npm i better-youtube-api
First of all, I recommend that you check out the documentation for all of the methods and what they return. Here are some basic methods:
Instantiate the object:
const { YouTube } = require('better-youtube-api')
const youtube = new YouTube(apiKey)
Instantiate the object without caching:
const { YouTube } = require('better-youtube-api')
const youtube = new YouTube(apiKey, { cache: false })
Get a video by ID:
const video = await youtube.getVideo('dQw4w9WgXcQ')
console.log(video)
Get a video by URL:
const video = await youtube.getVideoByUrl('https://youtube.com/watch?v=dQw4w9WgXcQ')
console.log(video)
You can do the same thing with playlists, channels, and comments by replacing Video
with either one.
Note 1: By using better-youtube-api
, you are agreeing to be bound to the YouTube ToS.
Note 2: This wrapper does not implement every feature of the YouTube API. With a single developer working on it, there just isn't time for everything to be implemented. Some of the objectively most-important features have been added. The limits imposed by the wrapper are not imposed by YouTube.
better-youtube-api
uses YouTube API services.
No personal user information is stored by the client.
Public channel/video/playlist/comment data is stored by the client for an amount of time editable by the user. This amount of time defaults to 10 minutes.
The client stores public channel data explicitly and/or implicitly (requesting video stores the uploader's ID, etc.) requested by the user.
Follows the Google Privacy Policy.
FAQs
A very easy to use promise-based Youtube Data v3 API.
The npm package better-youtube-api receives a total of 7 weekly downloads. As such, better-youtube-api popularity was classified as not popular.
We found that better-youtube-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.