simple-youtube-api
simple-youtube-api copied to clipboard
A module to simplify the YouTube API.
Bumps [terser](https://github.com/terser/terser) from 4.0.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Hi! When you add a https://www.youtube.com/c/channelname link to the getChannel method, returns this error: Error: No channel ID found in URL: https://www.youtube.com/c/Drelakyofficial Is there a way to use it with...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
when i worked, but vx showed wrong that import * as __require_for_vite_ELBOPW from "encoding";. I don`t know what to do, Can you help me?
Well i am coding a program in typescript and because of a config option that i NEED in order for some other stuff to work i can´t use require. But...
C:\Users\krmme\Desktop\muzuklu pee7\node_modules\simple-youtube-api\src\index.js:26 if (typeof key !== 'string') throw new Error('The YouTube API key you provided was not a string.'); ^ Error: The YouTube API key you provided was not a...
### Explanation Any video from a playlist does not include the `duration` object or the `durationSeconds` variable. ### Reproduction 1. Get a playlist 2. Get its videos 3. Try and...
Hi, I wanted to know if it''s possible to get the duration of a video or playlist, as I'm getting undefined every time I try to get it.