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.1.tar.gz
(9.7 kB
view details)
File details
Details for the file aiotubes-2.1.tar.gz.
File metadata
- Download URL: aiotubes-2.1.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 |
bfaa90a40247bc1345f7f0dddcc9cab532ce222bd2c4b4c5c0ddcc241383b90e
|
|
| MD5 |
59adf6c87b5728966c05280d9d2853d6
|
|
| BLAKE2b-256 |
8803bb77446af8524be44dc68f308897394c798d5ed9ae1397e87ea8ff3c9eef
|