Asynchronous Youtube API
Project description
AIOTUBE
aiotube Asynchronous Youtube API
Example
import asyncio
from aiotubes import Client
async def main():
client = Client("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-2.0.tar.gz
(9.7 kB
view details)
File details
Details for the file aiotubes-2.0.tar.gz.
File metadata
- Download URL: aiotubes-2.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63cd3d49c6832f8d384fd540428e0a674ecde402fc2a7bacf34ca0804cf3f866
|
|
| MD5 |
9fbc60206992b35d5366d727ea016605
|
|
| BLAKE2b-256 |
25bf16b23725c5dc5114d42cec371636100df1b3dd255edd55201ec64056a549
|