An open API service indexing awesome lists of open source software.

https://github.com/prince-c11/playlist_duration_calculation

This web application, built with Flask, allows users to retrieve information about a YouTube playlist, including the total number of videos, total duration, and average video duration.
https://github.com/prince-c11/playlist_duration_calculation

flask-application html-css python website youtube-api youtube-dl youtubeplaylist

Last synced: 3 months ago
JSON representation

This web application, built with Flask, allows users to retrieve information about a YouTube playlist, including the total number of videos, total duration, and average video duration.

Awesome Lists containing this project

README

        

# YouTube Playlist Info Web App using Flask

![YouTube Playlist Info Web App](Screenshot%20(119).png)

This web application, built with Flask, allows users to retrieve information about a YouTube playlist, including the total number of videos, total duration, and average video duration.

## Features

- Enter a YouTube playlist URL to get information.
- Display total number of videos in the playlist.
- Display total duration of the playlist.
- Display average duration of videos in the playlist.

## Getting Started

### Prerequisites

- Python 3.11
- Flask
- youtube_dl

Install the required packages using:

```bash
pip install requirements.txt
```
## License
This project is licensed under the MIT License.