Python YouTube API Tutorial: Calculating the Duration of a Playlist

In this Python Programming Tutorial, we’ll be learning how to calculate the duration of a YouTube playlist. The duration of a playlist is likely one of the first things people will look for before watching, but YouTube doesn’t currently have this information available on their site. So we will use the API to calculate this for us. Let’s get started... The code for this video can be found at: YouTube API Tutorial - Regular Expressions Tutorial - htt
Back to Top