get-youtube-detail
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Get Youtube Data

A lib for getting youtube title,videoid,channelid,and channel/video description.

Installation

  #Install my-project with npm
  npm i get-youtube-detail

  #or

  #Install my-project with pnpm
  pnpm i get-youtube-detail
  
  #or

  #Install my-project with yarn
  yarn add get-youtube-detail

Usage/Examples

Data is returned on the basic of url and type selected

import {getYoutubeData} from 'get-youtube-detail'

  const data = await getYoutubeData({ url: 'your yt url here', checkType:"select type" }

Types are

  "videoID" | "channelID" | "description"

Data is returned on the basic of url and type selected

Authors

Package Sidebar

Install

npm i get-youtube-detail

Weekly Downloads

4

Version

1.2.1

License

MIT

Unpacked Size

5.84 kB

Total Files

6

Last publish

Collaborators

  • rajkumar-justcoder