A generalised program that calculates length/duration of youtube playlist.
Git Clone the project.
git clone https://github.com/cosmos1721/playlist_calculator.git
Open the yt_calc.py file and replace the following.
API_KEY = "YOUR_API_KEY"
PLAYLIST_ID = "YOUR_PLAYLIST_ID"
Save the program and run it.
python3 yt_calc.py
To install all the dependecies run the following command.
pip install -r requirement.txt