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.1.tar.gz
(10.7 kB
view details)
File details
Details for the file aiotubes-3.1.tar.gz.
File metadata
- Download URL: aiotubes-3.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b043be5c7059a4576dffd5c1034e9a8b11441c557ddae03755cf9b967fae9fd
|
|
| MD5 |
c022490945d26f58cce4747672a60526
|
|
| BLAKE2b-256 |
9e100bd52fc05a2a69074eec8adcf9b9632ec11185ee6b3c81299347ea2d84a8
|