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.0.9.tar.gz
(12.4 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.9-py3-none-any.whl
(11.4 kB
view details)
File details
Details for the file asyncyt-1.0.9.tar.gz.
File metadata
- Download URL: asyncyt-1.0.9.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
601c4093b5f0d9acb643ea461cc81336cad72134dadb68b01d6ee9228d30b113
|
|
| MD5 |
40635b0ea49a3a74fc8fc89f30771055
|
|
| BLAKE2b-256 |
24f35c05b66c4dc19ac67b556db7f85e06ddb661675b6776fcb991547d18432f
|
File details
Details for the file asyncyt-1.0.9-py3-none-any.whl.
File metadata
- Download URL: asyncyt-1.0.9-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 |
a480bd2610e25fb3be23e7cff7c6a0782578cada90606c2f7b4ae6170faca0bf
|
|
| MD5 |
84022c342f07573b0e73cd2e6ce38fab
|
|
| BLAKE2b-256 |
269e420c231961fecb04392d7feb36e84f56c11f8cd2e7ed91cf50cdd43bd971
|