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.1.tar.gz
(11.3 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.1-py3-none-any.whl
(13.1 kB
view details)
File details
Details for the file aiotubes-3.5.1.tar.gz.
File metadata
- Download URL: aiotubes-3.5.1.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2760281a8be533883ceaa5fc6b4ae47dcb300cb056b05b1712258be287c29577
|
|
| MD5 |
337731e768ee3dfe5eaf5f3677e52c7f
|
|
| BLAKE2b-256 |
397d4110eb7216861ad73b10650c0582e5602e180d09cbcc818c47cb78c2aac7
|
File details
Details for the file aiotubes-3.5.1-py3-none-any.whl.
File metadata
- Download URL: aiotubes-3.5.1-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2934674fe0e547c14b3c3bf37bdd225722157b56d14465b12cc7d9232df25d8
|
|
| MD5 |
2686d63eb10fbd61bd26debff6a5a53b
|
|
| BLAKE2b-256 |
7b579e0b7e1070e16269d5d7beaedfed3dde934f001edb3b748c18ecf915c09a
|