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.0.tar.gz
(10.6 kB
view details)
File details
Details for the file aiotubes-3.0.tar.gz.
File metadata
- Download URL: aiotubes-3.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
056e3d5916d0d69666ed3e92d01d3030a1b42a72bb5d9f884a61c10ff6709d66
|
|
| MD5 |
7cb91a502ae13e7212f37a83a3a859e9
|
|
| BLAKE2b-256 |
e5acd00e0e97856bd3c8588272ab43b727ef042c44363489acad0bfedf4b3fce
|