Asynchronous Youtube API
Project description
AIOTUBE
aiotube Asynchronous Youtube API
Example
import asyncio
from aiotubes 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-2.2.tar.gz
(11.0 kB
view details)
File details
Details for the file aiotubes-2.2.tar.gz.
File metadata
- Download URL: aiotubes-2.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6361608ec6d1adcdacca76f2fa37d05e4b3297569ca3a54a131004c30cfb8161
|
|
| MD5 |
58ba1ca1065d8e75ad0a6035c83a9e0c
|
|
| BLAKE2b-256 |
474ef866e407ab2d9caa543df2f3e3daa581931485b42b0256a88da9c2ea7175
|