Skip to main content

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


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.0.1.tar.gz (9.7 kB view details)

Uploaded Source

File details

Details for the file aiotubes-2.0.1.tar.gz.

File metadata

  • Download URL: aiotubes-2.0.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

Hashes for aiotubes-2.0.1.tar.gz
Algorithm Hash digest
SHA256 c00d52b37642488df9c262dc5ef18239eed48ffc53c8502cf8bd5bb99fae1efa
MD5 3275933ac0181d94ccb801625424fba4
BLAKE2b-256 fd2c23b66aa14d16f9e0370c9962d8318d9d8f3c3504b73b9f1131b46082a59f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page