A simple YT downloader with a GUI interface.
- Download videos from YouTube
- Download transcripts only (no video)
- Option to include transcript with video download
All files are saved to your home directory (~/).
brew tap james-see/tap
brew install --cask ynotDownload the latest release for your platform:
- Linux: Download
ynot-x86_64.AppImage, make it executable (chmod +x ynot-x86_64.AppImage), and run it - macOS: Download
ynot-macos.dmg, open it, and drag YNOT to Applications - Windows: Download
ynot.exeand run it
pip install -r requirements.txt
python main.pyThe project uses GitHub Actions to automatically build releases for Linux (AppImage), macOS (DMG), and Windows (EXE).
To build locally:
pip install pyinstaller yt-dlp
pyinstaller --onefile --windowed --name ynot main.pyThis project is licensed under the WTFPL license- see the LICENSE file for details.

