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-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.3.2.tar.gz
(13.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.3.2-py3-none-any.whl
(15.8 kB
view details)
File details
Details for the file asyncyt-1.3.2.tar.gz.
File metadata
- Download URL: asyncyt-1.3.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d44eb9d0cd5476c3f16723bd0979ec1576da5e0de06edf73218fb518276c1882
|
|
| MD5 |
1e63883ddaef38d8bc3a97b8b86305ab
|
|
| BLAKE2b-256 |
170d52c8321d61a862211e4500b4a0a0f5aa36826d9fedded8fef5ea4ddfa753
|
File details
Details for the file asyncyt-1.3.2-py3-none-any.whl.
File metadata
- Download URL: asyncyt-1.3.2-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a782bb243aceb85d09fcb4f5f193fa352adc9c20af6c13870d0f536650519e0
|
|
| MD5 |
beb5cd058a820ffebb7a97ba4125e635
|
|
| BLAKE2b-256 |
e6171f42506eda1d611c3b5f883a7439d5b9fb698a030601030eec8f5bc62bb1
|