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.
- Host: GitHub
- URL: https://github.com/prince-c11/playlist_duration_calculation
- Owner: prince-c11
- License: mit
- Created: 2024-02-01T18:47:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T06:21:21.000Z (over 1 year ago)
- Last Synced: 2025-01-22T10:34:44.740Z (4 months ago)
- Topics: flask-application, html-css, python, website, youtube-api, youtube-dl, youtubeplaylist
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube Playlist Info Web App using Flask
.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_dlInstall the required packages using:
```bash
pip install requirements.txt
```
## License
This project is licensed under the MIT License.