Skip to main content

An async-first YouTube downloader library using yt-dlp and ffmpeg

Project description

AsyncYT

AsyncYT is a fully async, high-performance YouTube downloader powered by yt-dlp and ffmpeg.
It comes with auto binary setup, progress tracking, playlist support, search, and clean API models using pydantic.

Features

  • ✅ Async from the ground up
  • 🎵 Audio/video/playlist support
  • 🌐 Auto-download yt-dlp and ffmpeg
  • 🧠 Strongly typed config and models
  • 📡 Live progress (WebSocket-friendly)
  • 📚 Clean and extensible

Install

pip install asyncyt

Example

from asyncyt import Downloader, DownloadConfig, Quality

config = DownloadConfig(quality=Quality.HD_720P)
downloader = Downloader()

await downloader.setup_binaries()
info = await downloader.get_video_info("https://www.youtube.com/watch?v=dQw4w9WgXcQ")
print(info.title)

filename = await downloader.download(info.url, config)
print("Downloaded to", filename)

Documentation

👉 Read the Docs

License

MIT © MahiroX36

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

asyncyt-1.0.7.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

asyncyt-1.0.7-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file asyncyt-1.0.7.tar.gz.

File metadata

  • Download URL: asyncyt-1.0.7.tar.gz
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for asyncyt-1.0.7.tar.gz
Algorithm Hash digest
SHA256 6283d2eb0c3fe08ae7f195932e27fb552e0b72fbb848474cce3197f7d0df9ed3
MD5 5f0c45e93849faef7be809d1ff47892d
BLAKE2b-256 f1e1fa9995cf7190bc991d6586e9360fbd99fa74532df01939d2c70b71004494

See more details on using hashes here.

File details

Details for the file asyncyt-1.0.7-py3-none-any.whl.

File metadata

  • Download URL: asyncyt-1.0.7-py3-none-any.whl
  • Upload date:
  • Size: 11.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for asyncyt-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f5d3394335e6068274e9b8f593986c9df65570305c211ec64d29df5c0f83c3eb
MD5 5a12ed5efd404f28d6ae135e3482a343
BLAKE2b-256 56ffe892e87b020264672f43616935a89ad8bb29464ef48e4237aae037199015

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