1.5.0 • Published 2 years ago

ytmanager v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Youtube-Manager

Overview

Utility Tool for managing Youtube Data.

Feature

  • getTotalVideoOnChannel : Get Number of Videos (Estimated) of target Youtube Channel.
    getTotalVideoOnChannel(channelID: string): Promise<number>
  • getAllVideoTitleAndURLs : Get an array of Video Information that contain: id (number), title (string), url (string).
    getAllVideoTitleAndURLs(channelID: string): Promise<IVideoInformation>
  • fullScroll : Scroll the video section on Youtube Channel page until cannot scroll.
    fullScroll(page: Page, channelID: string): Promise<void>

Installation

  • Using npm
    npm install ytmanager
  • Using yarn
    yarn add ytmanager
  • Using pnpm
    pnpm add ytmanager
1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago