Name | asyncyt JSON |
Version |
1.1.7
JSON |
| download |
home_page | None |
Summary | An async-first Any website downloader library using yt-dlp and ffmpeg |
upload_time | 2025-07-09 08:31:15 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT |
keywords |
async
downloader
ffmpeg
python
youtube
yt-dlp
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# AsyncYT
**AsyncYT** is a fully async, high-performance Any website downloader powered by [yt-dlp](https://github.com/yt-dlp/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
```bash
pip install asyncyt
```
## Example
```python
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](https://github.com/mahirox36/AsyncYT/wiki)
## License
MIT © MahiroX36
Raw data
{
"_id": null,
"home_page": null,
"name": "asyncyt",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "async, downloader, ffmpeg, python, youtube, yt-dlp",
"author": null,
"author_email": "MahiroX36 <mahiroc36@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/8f/60/01569f8c22dcfa5ff6b46877604228a6fb43c8a911b0339d41dbb6fe43cd/asyncyt-1.1.7.tar.gz",
"platform": null,
"description": "# AsyncYT\n\n**AsyncYT** is a fully async, high-performance Any website downloader powered by [yt-dlp](https://github.com/yt-dlp/yt-dlp) and `ffmpeg`. \nIt comes with auto binary setup, progress tracking, playlist support, search, and clean API models using `pydantic`.\n\n## Features\n\n- \u2705 Async from the ground up\n- \ud83c\udfb5 Audio/video/playlist support\n- \ud83c\udf10 Auto-download `yt-dlp` and `ffmpeg`\n- \ud83e\udde0 Strongly typed config and models\n- \ud83d\udce1 Live progress (WebSocket-friendly)\n- \ud83d\udcda Clean and extensible\n\n## Install\n\n```bash\npip install asyncyt\n```\n\n## Example\n\n```python\nfrom asyncyt import Downloader, DownloadConfig, Quality\n\nconfig = DownloadConfig(quality=Quality.HD_720P)\ndownloader = Downloader()\n\nawait downloader.setup_binaries()\ninfo = await downloader.get_video_info(\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\")\nprint(info.title)\n\nfilename = await downloader.download(info.url, config)\nprint(\"Downloaded to\", filename)\n```\n\n## Documentation\n\n\ud83d\udc49 [Read the Docs](https://github.com/mahirox36/AsyncYT/wiki)\n\n## License\n\nMIT \u00a9 MahiroX36\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An async-first Any website downloader library using yt-dlp and ffmpeg",
"version": "1.1.7",
"project_urls": {
"Documentation": "https://github.com/mahirox36/AsyncYT/wiki",
"Homepage": "https://github.com/mahirox36/AsyncYT"
},
"split_keywords": [
"async",
" downloader",
" ffmpeg",
" python",
" youtube",
" yt-dlp"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a891e5fbc4f28e841284b5aa8eca3d32f1127cb3d20e1c5c1685ad38cecefda8",
"md5": "9e62ffda3e21af4fd42e8df31a7319ee",
"sha256": "9221856e6c5734fb69196360d55f016421601a1e9f6ec0932b6dd05ab285d48e"
},
"downloads": -1,
"filename": "asyncyt-1.1.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e62ffda3e21af4fd42e8df31a7319ee",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 12700,
"upload_time": "2025-07-09T08:31:13",
"upload_time_iso_8601": "2025-07-09T08:31:13.727557Z",
"url": "https://files.pythonhosted.org/packages/a8/91/e5fbc4f28e841284b5aa8eca3d32f1127cb3d20e1c5c1685ad38cecefda8/asyncyt-1.1.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8f6001569f8c22dcfa5ff6b46877604228a6fb43c8a911b0339d41dbb6fe43cd",
"md5": "9b66b3f542f7c7c4f77b2da33a840e22",
"sha256": "7b7602813efe829a517d2f7806a31941db6ebbf05b4c02f97de5bc2a10b6a2df"
},
"downloads": -1,
"filename": "asyncyt-1.1.7.tar.gz",
"has_sig": false,
"md5_digest": "9b66b3f542f7c7c4f77b2da33a840e22",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 11633,
"upload_time": "2025-07-09T08:31:15",
"upload_time_iso_8601": "2025-07-09T08:31:15.023585Z",
"url": "https://files.pythonhosted.org/packages/8f/60/01569f8c22dcfa5ff6b46877604228a6fb43c8a911b0339d41dbb6fe43cd/asyncyt-1.1.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-09 08:31:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mahirox36",
"github_project": "AsyncYT",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "asyncyt"
}