Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/tvey/youtube-playlist-duration
- Owner: tvey
- Created: 2021-09-28T18:52:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T06:39:18.000Z (8 months ago)
- Last Synced: 2024-03-26T07:37:57.216Z (8 months ago)
- Topics: aiohttp, fastapi, youtube-data-api
- Language: Python
- Homepage:
- Size: 459 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.