playlist-calculator
v1.0.3
Published
playlist-calculator is a JavaScript package that fetches and calculates the total duration of a YouTube playlist. It retrieves video durations from a given playlist, computes the total length, average video length, and provides options to view the longest
Downloads
271
Readme
YouTube Playlist Length Calculator
YouTube Playlist Length Calculator |
playlist-calculator
is a JavaScript package for fetching and calculating the total duration of YouTube playlists. It retrieves video durations, calculates the total length, average video length, and identifies the longest and shortest videos in a playlist.
Features
- Calculate the total duration of a YouTube playlist.
- Find the average video length in a playlist.
- Retrieve the top 3 longest and shortest videos.
- Display time estimates for different playback speeds (1.25x, 1.5x, 1.75x, 2x).
Installation
Install the package via npm:
npm install playlist-calculator
Homepage
YouTube Playlist Length Calculator