Asynchronous Youtube API
Project description
AIOTUBE
aiotube Asynchronous YouTube API
Example
import asyncio
from aiotube import Video
async def main():
client = Video("https://www.youtube.com/watch?v=MZ-cvXEvYI8")
stream = (await client.streams()).get_audio_only()
await stream.download_filepath(filename="yeat.mp3")
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiotubes-3.3.tar.gz
(11.2 kB
view details)
File details
Details for the file aiotubes-3.3.tar.gz.
File metadata
- Download URL: aiotubes-3.3.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b46593dbd4f8a14bc799fc0b79bb842fce0ee9b3b2dcd627f95692a2d2bf58a7
|
|
| MD5 |
4a299516e393e5381a33f5edbf0f9b7d
|
|
| BLAKE2b-256 |
d964df5cafe9cf0a183b09cb0fcbb25205bfb6477ee35bf9c165db9097fe0c97
|