1.5.0 • Published 9 months ago

ytmanager v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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

9 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago