View here: https://imvbh.github.io/YT_Playlist_Time/
YouTube Playlist Time Analyzer is a JavaScript-based tool that takes a YouTube playlist link as input and provides an analysis of the total time required to watch the entire playlist.
- Playlist Link Input: Users can input the URL of any YouTube playlist.
- Time Analysis: The tool calculates the total duration of all videos in the playlist.
- Output Display: Displays the total duration in hours, minutes, and seconds for easy interpretation.
- Responsive Design: The tool is designed to work seamlessly on various devices and screen sizes.
- Easy to Use: Simple and intuitive interface, making it accessible to users with varying technical expertise.
- Input the URL of the YouTube playlist in the designated field.
- Click the "Analyze" button to initiate the analysis process.
- The tool will display the total duration of the playlist in hours, minutes, and seconds.
- JavaScript: Used to handle the logic of fetching playlist data and calculating total duration.
- YouTube Data API: Utilized to retrieve information about the videos in the playlist.
- HTML5 & CSS3: Used for the structure and styling of the web interface.
- Bootstrap: Framework used for responsive design and layout.
- Clone the repository:
git clone https://github.com/imvbh/YT_Playlist_Time.git
- Open
index.html
in your preferred web browser.
This project is licensed under the MIT License
Contributions are welcome! Please feel free to open a pull request or submit an issue for any enhancements or bug fixes.