youtube-video-modules
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Youtube Video

MIT license image

This repository contains four main projects, all related to interacting with the YouTube API. Each project is written in TypeScript and can be built and tested independently.

Example

For more example of each project you can take a look about them on npm

Youtube-video-core

  • The youtube-video-core project contains the core code for interacting with the YouTube API.
  • It defines several custom errors such as VideoUnavailableError and TooManyRequestsError, as well as a Core class that appears to be the basis of interaction with the YouTube API.

This plugin can be downloaded with the following command npm install youtube-video-core

Youtube-video-dl

  • The youtube-video-dl project apperas to be designed to download youtube videos or shorts. that appears to be the basis of interaction with the YouTube API.
  • It uses the core code from youtube-video-core and defines an Downloader class that appears to be responsible for downloading a video.

This plugin can be downloaded with the following command npm install youtube-video-dl

Youtube-video-metric

  • The youtube-video-metric project appears to be designed to extract specific metrics from YouTube videos.
  • It uses the core code from youtube-video-core and defines an Inspector class that appears to be responsible for extracting the metrics.

This plugin can be downloaded with the following command npm install youtube-video-metric

Youtube-video-transcript

  • The youtube-video-transcript project is designed to interact with the YouTube transcript API.
  • It allows for retrieving transcripts of YouTube videos in one or more languages.
  • It defines a Transcriptor class that appears to be responsible for interacting with the transcript API.

This plugin can be downloaded with the following command npm install youtube-video-transcript

Installation

Each project can be installed independently by moving into the project directory and running npm install.

Building

Each project can be built independently by moving into the project directory and running npm run build.

Testing

Each project can be tested independently by moving into the project directory and running npm run test.

License

This project is licensed under the MIT license

Package Sidebar

Install

npm i youtube-video-modules

Weekly Downloads

9

Version

1.0.1

License

ISC

Unpacked Size

533 kB

Total Files

9

Last publish

Collaborators

  • vicfou-dev