Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tvey/youtube-playlist-duration

Are you gonna watch this? :boom:
https://github.com/tvey/youtube-playlist-duration

aiohttp fastapi youtube-data-api

Last synced: 3 months ago
JSON representation

Are you gonna watch this? :boom:

Awesome Lists containing this project

README

        

# YouTube Playlist Duration

Here's a small yet useful app that calculates the total duration of any public YouTube playlist.

URL: to be added

As a nice addition to a Chrome extension, it may go handy away from desktop.

It also works for **YouTube Music** albums.

More on how I dig into YouTube Data API is in the [usefulness](https://github.com/tvey/usefulness/tree/main/external_apis/youtube_data_api).

Async YouTube API calls are made with aiohttp, async results are returned to the front with FastAPI.