Skip to main content

An async-first Any website downloader library using yt-dlp and ffmpeg

Project description

AsyncYT

AsyncYT is a fully async, high-performance Any website 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.1.6.tar.gz (11.5 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.1.6-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for asyncyt-1.1.6.tar.gz
Algorithm Hash digest
SHA256 de0bf9362cf6888d186596cf38b1156165facf50d0fac3d5b99ae50b34c0b274
MD5 970e7cc6a5f64d02a8b5f9584819fc56
BLAKE2b-256 b8fd0a818c5181acb50fc149292e1f69d30a8d7b0ca6f5ca78ce031e77b3a543

See more details on using hashes here.

File details

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

File metadata

  • Download URL: asyncyt-1.1.6-py3-none-any.whl
  • Upload date:
  • Size: 12.6 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.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fd5d727269e6919d94aecad549b616d1495c7a77a175818aae16cd3761c54e91
MD5 51f779b576b1347d72f0102d082d6d58
BLAKE2b-256 3ce8f7d6edb32558e99635eeceeb4185412706a57f7b2618aa5cadedf6fc84ea

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