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.2.tar.gz
(10.8 kB
view details)
File details
Details for the file aiotubes-3.2.tar.gz.
File metadata
- Download URL: aiotubes-3.2.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efbe911a76177acd14d8a34007ba77bb0f855660b312f7c2bab0e92e3a184d61
|
|
| MD5 |
84dfad13db7b90abd65102fe9157a5ed
|
|
| BLAKE2b-256 |
a3d50f208f5c9238d5227f8448783d84b42fc98fe1b127537bbeaa55b67e7804
|