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.
- 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.
- Python 3.11
- Flask
- youtube_dl
Install the required packages using:
pip install requirements.txt
This project is licensed under the MIT License.