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.2.tar.gz
(11.5 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.2-py3-none-any.whl
(13.3 kB
view details)
File details
Details for the file aiotubes-3.5.2.tar.gz.
File metadata
- Download URL: aiotubes-3.5.2.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45779058db7fae23661b3d040e955669f9b530f11e9aa3055f7e88c6c52e7acd
|
|
| MD5 |
5d40819fb18a6858fa0dae0c86292afb
|
|
| BLAKE2b-256 |
190b7776f2a6a9518758d5ac8323fbe79ed11b314838e66b7ea69c939d5770d9
|
File details
Details for the file aiotubes-3.5.2-py3-none-any.whl.
File metadata
- Download URL: aiotubes-3.5.2-py3-none-any.whl
- Upload date:
- Size: 13.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cb000a929daa0e1b64bbc9d6c042a99a4c7151955b20de85b3fdd4faf74c463
|
|
| MD5 |
83acbcf8a641f2cb459c51bc7d113e2e
|
|
| BLAKE2b-256 |
93f428d97f1213169bd3da4ba6a9f9f976ba185e58af39846e84b666ee83a8e1
|