⚡ Lightning Fast • Cross-Platform • 1080p • MP3 • Playlists
Download YouTube videos & playlists in 1080p/720p/480p/360p or extract MP3 audio.
Works on Windows, Linux, macOS, and Termux (Android).
git clone https://github.com/hackerzfx/YT-DL && cd YT-DL
powershell -ExecutionPolicy Bypass -File setup.ps1
yd.batapt update -y && apt install curl git -y && bash <(curl -s https://raw.githubusercontent.com/hackerzfx/YT-DL/main/setup.sh)Use this if you prefer to run commands manually:
termux-setup-storage
apt update -y
apt install git python ffmpeg -y
git clone https://github.com/hackerzfx/YT-DL
cd YT-DL
chmod +x setup.sh
bash setup.shThen restart Termux and use: dl
git clone https://github.com/hackerzfx/YT-DL && cd YT-DL
bash setup.sh
python3 yd.py✅ 1080p/720p/480p/360p video quality
✅ MP3 audio extraction
✅ Playlist auto-detection & download
✅ Cross-platform (Windows/Linux/macOS/Termux)
✅ Fast setup & downloads
# Windows
yd.bat "https://youtube.com/watch?v=xxxxx"
# Linux/macOS/Termux
python3 yd.py "https://youtube.com/watch?v=xxxxx"# Paste playlist URL when prompted
# Choose: Download entire playlist or single video
# Select quality: 1080p/720p/480p/360p/MP3- Windows:
C:\Users\YourName\Videos\YTDLP\ - Termux:
/sdcard/YTDLP/ - Linux/macOS:
~/Videos/YTDLP/
- Python 3.7+ (auto-installed on Termux)
- ffmpeg (for video merging & MP3)
- Windows:
winget install ffmpeg - Linux:
apt install ffmpeg - macOS:
brew install ffmpeg
- Windows:
Ali Hamza — HaCKeRZ
- Windows Guide: INSTALL_WINDOWS.md
- Build Executable: BUILD_EXE.md
- Issues: GitHub Issues