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.4.tar.gz
(11.2 kB
view details)
File details
Details for the file aiotubes-3.4.tar.gz.
File metadata
- Download URL: aiotubes-3.4.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 |
1ac11a341153d26e356732abe542fa8bf0cc2d9d5e72141c0af934c2c8344eb1
|
|
| MD5 |
f40ab98ae7c472197e99907f259211f8
|
|
| BLAKE2b-256 |
3d3eb60fc0380a976a1a662884a712bfc99e29b80e4a824a1f6c6d8bd2ede1d1
|