-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Mahiro edited this page Jul 9, 2025
·
2 revisions
AsyncYT requires Python 3.10+ and works on Windows, macOS, and Linux.
pip install asyncyt-
ffmpeg: Required for audio/video processing.
- Windows: AsyncYT can auto-download ffmpeg.
- macOS:
brew install ffmpeg - Linux:
sudo apt install ffmpeg
-
yt-dlp: AsyncYT will auto-download yt-dlp binary if not found.
To force re-download of yt-dlp/ffmpeg, delete the bin/ folder in your project root.
Next: Usage