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-dlpandffmpeg - 🧠 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
License
MIT © MahiroX36
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
asyncyt-1.0.5.tar.gz
(10.7 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
asyncyt-1.0.5-py3-none-any.whl
(11.4 kB
view details)
File details
Details for the file asyncyt-1.0.5.tar.gz.
File metadata
- Download URL: asyncyt-1.0.5.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41c7e52a73d85a07064b8032d097fc5588778b14f12dc38b44c99bad774a04b2
|
|
| MD5 |
0427ef37135bf42046912d65cee32223
|
|
| BLAKE2b-256 |
ac7550f0db2075d855f924186048e104597f0bcc2027bcbbca7920e22767e9eb
|
File details
Details for the file asyncyt-1.0.5-py3-none-any.whl.
File metadata
- Download URL: asyncyt-1.0.5-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fa71928d3bf320d549429fee0ed65a80d31036b2ed4c8f550d794d8391bbb8d
|
|
| MD5 |
7720c024d15e4599f602138965472b63
|
|
| BLAKE2b-256 |
83548a0f0e5a1f4089ba1e33204f568760ed4c2a77957f3ba1a1043bb1231dec
|