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.5.tar.gz
(11.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aiotubes-3.5-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file aiotubes-3.5.tar.gz.
File metadata
- Download URL: aiotubes-3.5.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
218fe8fa05b1eddbd1284c691d8c31e5f4c04ce3fbb080317a1a6a034f36976c
|
|
| MD5 |
6c0b5223f1327f8cbcd7a4e390675a26
|
|
| BLAKE2b-256 |
005c7b7fdd0086e513760f3b3a48e0fe8797c72b76461cad1393b3715341c6a6
|
File details
Details for the file aiotubes-3.5-py3-none-any.whl.
File metadata
- Download URL: aiotubes-3.5-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa73bce1b7de99f0e653ce1288971f78f7d2dfbdc9b71b72e8269161ea97c797
|
|
| MD5 |
d66768ea44553a9688d2ca337921a935
|
|
| BLAKE2b-256 |
e8696ef7ae11f5a0c2972707b08b4a7259cabff6c3a4e75b6597928d89a113bc
|