Modern YouTube downloader with a clean PySide6 interface.
Download videos in any quality, extract audio, fetch subtitles, and more.
English: EN | Arabic: AR | German: DE | Spanish: ES | French: FR | Hindi: HI | Indonesian: ID | Italian: IT | Japanese: JA | Polish: PL | Portuguese: PT | Russian: RU | Turkish: TR | Chinese: ZH
Installation โข Features โข Usage โข Screenshots โข Troubleshooting โข Sponsor โข Contributing
YTSage is designed for users who want a simple yet powerful YouTube downloader. Unlike other tools, it offers:
- A modern and clean PySide6 interface
- One-click downloads for video, audio, and subtitles
- Advanced features like SponsorBlock, subtitle merging, and playlist selection
- Optional Generic Mode for sites supported by yt-dlp beyond YouTube
- Cross-platform support and easy installation
| Core Features | Advanced Features | Extra Features |
|---|---|---|
| ๐ฅ Format Table | ๐ซ SponsorBlock Integration | ๐๏ธ FPS/HDR Display |
| ๐ต Audio Extraction | ๐ Subtitle Selection & Merging | ๐ Auto Update yt-dlp |
| โจ Simple UI | ๐พ Save Description & Thumbnail | ๐ ๏ธ FFmpeg/yt-dlp/Deno Detection |
| ๐ Playlist Support & Selector | ๐ Speed Limiter | โ๏ธ Custom Commands |
| ๐ Chapter Integration | โ๏ธ Video Section Trimming | ๐ช Login with Cookies |
| ๐ Download History | ๐ Version Channel Selection | ๐ Proxy Support |
| ๐๏ธ Audio Format Conversion | ๐ฌ Video Format Settings | ๐ Built-in Updater Tab |
| ๐ Generic Mode | ๐ Audio Normalization (EBU R128) | ๐ Localized in 14 Languages |
| ๐พ Playlist Export | โ๏ธ Default Quality & Subtitles |
Install YTSage via PyPI:
pip install ytsage๐ Update existing installation
pip install --upgrade ytsageThen launch the application:
ytsage| Format | Description |
|---|---|
| Standard Installer | |
| With FFmpeg Included | |
| Portable version, no installation needed | |
| Portable with FFmpeg, zipped |
๐ ๏ธ Installation Steps
- EXE Installer (
.exe): Double-click the file and follow the setup wizard. - Portable Version (
.zip): Extract the archive to your desired location and launchytsage.exe. - FFmpeg Included: Choose versions with FFmpeg included if you don't have FFmpeg installed on your system.
| Format | Description |
|---|---|
| Debian Package | |
| AppImage, Portable | |
| RPM Package | |
| Flatpak Bundle |
๐ ๏ธ Installation Steps
- DEB (
.deb):sudo dpkg -i ytsage_*.deb sudo apt-get install -f # Fix missing dependencies if needed
- RPM (
.rpm):sudo rpm -i ytsage-*.rpm - AppImage (
.AppImage):chmod +x YTSage-*.AppImage ./YTSage-*.AppImage
- Flatpak: Follow instructions on Flathub or run:
flatpak install flathub io.github.oop7.ytsage
| Format | Description |
|---|---|
| Zipped Application for Apple Silicon | |
| Disk Image Installer for Apple Silicon |
๐ ๏ธ Installation Steps
- DMG Installer (
.dmg): Double-click to mount, then dragYTSage.appto your Applications folder. - Application Archive (
.zip): Extract the zip and moveYTSage.appto your Applications folder.
Note: If you encounter an "Application is damaged" error, see the macOS troubleshooting section below.
๐ป Manual Source Installation
git clone https://github.com/oop7/YTSage.git
cd YTSageuv pip install .pip install .python -m ytsage.main๐ฏ Basic Usage
- Launch YTSage
- Paste YouTube URL (or use "Paste URL" button)
- Click "Analyze"
- Select Format:
Videofor video downloadsAudio Onlyfor audio extraction
- Choose Options:
- Enable Subtitles and select language
- Enable Subtitle Merging
- Save Thumbnail
- Remove Sponsored Segments
- Save Description
- Embed Chapters
- Select Output Directory
- Click "Download"
๐ก Default download directory is the user's "Downloads" folder.
๐ Playlist Download
- Paste Playlist URL
- Click "Analyze"
- Select videos from the playlist selector (optional, defaults to all)
- Choose desired format/quality
- Click "Download"
๐ก The application automatically handles the download queue, and you can export playlist entries as
.txt,.csv,.m3u, or.json.
๐ Generic Mode for Non-YouTube Sites
Use Generic Mode when you want YTSage to accept URLs from sites supported by yt-dlp, such as Dailymotion, CBC Gem, TikTok, and others.
How to use it:
- Open
Download Settings. - Toggle on
Generic Mode. - Paste a supported video or playlist URL that is not from YouTube.
- Click
Analyze. - Choose a format and download as usual.
Notes:
- Generic mode only changes the URL validation inside YTSage. The target site must still be supported by your installed version of yt-dlp.
- Some sites require cookies, login sessions, proxy, or extra yt-dlp arguments depending on the extractor.
- If a site fails, update yt-dlp from the built-in updater tab first before reporting an issue.
๐งฐ Media & Download Options
- Subtitle Options: Filter languages and embed subtitles into the video file.
- Subtitle Merging: Merge subtitles into the video file for hardcoded/burned-in subtitles.
- Save Description: Save the video description as a text file.
- Save Thumbnail: Save the video thumbnail as an image file.
- Embed Chapters: Embed chapter markers as metadata for compatible video players.
- Remove Sponsored Segments: Remove sponsored segments from the video using SponsorBlock.
- Trim Video: Download only specific parts of a video by specifying time ranges in
HH:MM:SSformat.
โ๏ธ Output & File Settings
- Speed Limiter: Limit download speed, e.g.,
500Kfor 500 KB/s. - Save Download Path: Saves the default download path for future downloads. Available in Download Settings โ Download Path.
- Default Video Resolution: Set your preferred default video resolution for auto-selection (e.g., 1080p, 720p). Available in Download Settings โ Default Video Resolution.
- Default Subtitle Languages: Set default subtitle languages for auto-selection (comma-separated, e.g.,
en,es). Available in Download Settings โ Default Subtitle Languages. - Output Filename Format: Customize the output filename format using variables like
%(title)s,%(uploader)s,%(playlist_index)s, and%(resolution)s. Available in Download Settings โ Filename Format. - Force Output Format: Force video downloads into a specific container format like
mp4,webm, ormkv. Available in Download Settings โ Output Format Settings. - Audio Format Conversion: Convert audio-only downloads into preferred formats such as
AAC,MP3,FLAC,WAV,Opus,M4A,Vorbis, orBest. Available in Download Settings โ Audio Format Settings. - Audio Normalization: Standardize volume for audio-only downloads using EBU R128.
- Concurrent Connections: Dramatically increase download speed by downloading files in multiple fragments simultaneously. Available in Download Settings โ General โ Concurrent Connections (Default is 1, maximum recommended is 8-10 to avoid IP throttling).
๐ Access & Network
- Login with Cookies: Log in to YouTube using cookies to access private content.
How to use it:
- Recommended: Use the built-in
Extract cookies from browseroption in the app, then select your browser and optionally a profile. - Alternatively, extract cookies manually:
a. Export browser cookies using an extension like cookie-editor
b. Copy cookies in Netscape format
c. Create a file named
cookies.txtand paste cookies d. Select thecookies.txtfile in the app
- Recommended: Use the built-in
- Proxy Support: Use a proxy server for downloads, e.g.,
http://<proxy-server>:<port> - Generic Mode: Allows YTSage to analyze and download from non-YouTube sites supported by yt-dlp. Enable from Download Settings โ Generic Mode.
๐ ๏ธ Tools & Maintenance
- Custom Commands: Access advanced yt-dlp features via command-line arguments.
- Updater Tab: Manage built-in update tools from one place in Custom Options:
- yt-dlp Updates: Check for updates and toggle between Stable and Nightly release channels.
- FFmpeg Version Checker: Check your FFmpeg version and open installation guides.
- Deno Updates: Check and update the Deno runtime.
- FFmpeg/yt-dlp/Deno Detection: Automatically detects paths and versions for FFmpeg, yt-dlp, and Deno from the About dialog.
- Download History: View past downloads with thumbnails and statuses from the History button.
๐ Localization
YTSage supports 14 languages for global accessibility. Select your preferred language in Custom Options โ Language.
| Language | Code | Language | Code |
|---|---|---|---|
| ๐บ๐ธ English | en |
๐ช๐ธ Spanish | es |
| ๐ธ๐ฆ Arabic | ar |
๐ซ๐ท French | fr |
| ๐ฉ๐ช German | de |
๐ฎ๐ณ Hindi | hi |
| ๐ฎ๐ฉ Indonesian | id |
๐ฎ๐น Italian | it |
| ๐ฏ๐ต Japanese | ja |
๐ต๐ฑ Polish | pl |
| ๐ง๐ท Portuguese | pt |
๐ท๐บ Russian | ru |
| ๐น๐ท Turkish | tr |
๐จ๐ณ Chinese | zh |
| Language | File | Language | File |
|---|---|---|---|
| ๐บ๐ธ English | README.md | ๐ช๐ธ Spanish | README.es.md |
| ๐ธ๐ฆ Arabic | README.ar.md | ๐ซ๐ท French | README.fr.md |
| ๐ฉ๐ช German | README.de.md | ๐ฎ๐ณ Hindi | README.hi.md |
| ๐ฎ๐ฉ Indonesian | README.id.md | ๐ฎ๐น Italian | README.it.md |
| ๐ฏ๐ต Japanese | README.ja.md | ๐ต๐ฑ Polish | README.pl.md |
| ๐ง๐ท Portuguese | README.pt.md | ๐ท๐บ Russian | README.ru.md |
| ๐น๐ท Turkish | README.tr.md | ๐จ๐ณ Chinese | README.zh.md |
๐ก Want to contribute a translation? Check out the Contributing section to help us add more languages!
Click to view common issues and solutions
- Format table not appearing: Update yt-dlp to latest version and switch to nightly yt-dlp.
- Download failed: Check your internet connection and ensure the video is available.
- Specific Download Errors:
- Private Videos: Use cookie authentication to access private content.
- Age-Restricted Content: Log in to your YouTube account to view age-restricted videos.
- Geo-Blocked Videos: Consider using a VPN to bypass regional restrictions.
- Deleted Videos: Video is no longer available on YouTube.
- Live Streams: Live streams cannot be downloaded; wait for the broadcast to end.
- Network Errors: Check your internet connection and try again.
- Invalid URLs: Ensure the URL is correct and from a supported platform.
- Premium Content: Requires a YouTube Premium subscription.
- Copyright Blocks: Content is blocked due to copyright restrictions.
- Video and Audio Files separate after download: This happens when FFmpeg is missing or not detected. YTSage requires FFmpeg to merge high-quality video and audio streams.
- Solution: Ensure FFmpeg is installed and accessible in your system's PATH. For Windows users, the easiest option is to download the
YTSage-v<version>-ffmpeg.exefile, which comes bundled with FFmpeg.
- Solution: Ensure FFmpeg is installed and accessible in your system's PATH. For Windows users, the easiest option is to download the
Some antivirus software may flag .exe files as false positives. This is a known limitation of packaged applications.
Why this happens:
- Antivirus heuristics can mistakenly identify packaged executables as suspicious.
Safe Alternatives:
- โ
Use pip install:
pip install ytsage(Recommended) - โ Build from Source: by following this guide
- โ Whitelist the app in your antivirus software.
If you see this error on macOS Sonoma or newer, you need to remove the quarantine attribute.
- Open Terminal (you can find this using Spotlight).
- Type the following command but do not press Enter yet. Make sure to include the space at the end:
xattr -d com.apple.quarantine
- Drag the
YTSage.appfile from your Finder window and drop it directly into the Terminal window. This will automatically paste the correct file path. - Press Enter to run the command.
- Try opening YTSage.app again. It should now launch correctly.
- Windows:
%LOCALAPPDATA%\YTSage - macOS:
~/Library/Application Support/YTSage - Linux:
~/.local/share/YTSage
If YTSage saves you time, please consider sponsoring the project. Sponsoring helps cover development time, testing across all platforms, and future improvements.
- GitHub Sponsors: https://github.com/sponsors/oop7
- Sponsorship link is also available directly in the app via the About dialog.
We welcome contributions! Hereโs how you can help:
- ๐ด Fork the repository
- ๐ฟ Create your feature branch:
git checkout -b feature/AmazingFeature- ๐พ Commit your changes:
git commit -m 'Add some AmazingFeature'- ๐ค Push to the branch:
git push origin feature/AmazingFeature- ๐ Open a Pull Request
- Update the relevant localized README file (e.g.,
readme-translations/README.fr.md) - Keep app strings synced by editing
ytsage/languages/<code>.json - If your language is missing, start from
README.mdand createREADME.<code>.md
๐ Project Structure
This document describes the organized folder structure of YTSage.
YTSage/
โโโ ๐ .github/ # GitHub configuration
โ โโโ ๐ ISSUE_TEMPLATE/ # Issue templates
โ โ โโโ ๐-bug-report.md # Bug report template
โ โโโโ ๐ workflows/ # GitHub Actions workflows
โ โ โโโ build-linux.yml # Linux build workflow
โ โ โโโ build-macos.yml # macOS build workflow
โ โ โโโ build-windows.yml # Windows build workflow
| | โโโ release-all.yml # Release master workflow
โ โโโ ๐ CI_CD_README.md # CI/CD documentation
โโโ ๐ branding/ # Branding assets (Screenshots, SVGs)
โ โโโ ๐ icons/ # App icons
โ โโโ ๐ screenshots/ # Documentation screenshots
โ โโโ ๐ svg/ # SVG assets
โโโ ๐ LICENSE # License file
โโโ ๐ pyproject.toml # Project metadata and dependencies
โโโ ๐ README.md # Project documentation
โโโ ๐ requirements.txt # Python dependencies (dev)
โโโ ๐ ytsage/ # Source package
โโโ ๐ assets/ # Runtime assets
โ โโโ ๐ Icon/ # App icons
โ โโโ ๐ sound/ # Sound files
โโโ ๐ languages/ # Localization files
โ โโโ ๐ ar.json # Arabic translation
โ โโโ ๐ de.json # German translation
โ โโโ ๐ en.json # English translation
โ โโโ ... # Other languages
โโโ ๐ core/ # Core business logic
โ โโโ ๐ __init__.py # Core package init
โ โโโ ๐ ytsage_deno.py # Deno integration
โ โโโ ๐ ytsage_downloader.py # Download functionality
โ โโโ ๐ ytsage_ffmpeg.py # FFmpeg integration
โ โโโ ๐ ytsage_utils.py # Utility functions
โ โโโ ๐ ytsage_yt_dlp.py # yt-dlp integration
โโโ ๐ gui/ # UI components
โ โโโ ๐ __init__.py # GUI package init
โ โโโ ๐ ytsage_gui_main.py # Main app window
โ โโโ ๐ ytsage_gui_dialogs/ # Dialog classes
โโโ ๐ utils/ # Utility modules
โ โโโ ๐ __init__.py # Utils package init
โ โโโ ๐ ytsage_config_manager.py # Config management
โ โโโ ๐ ytsage_logger.py # Logging utilities
โโโ ๐ __init__.py # Package entry point
โโโ ๐ main.py # Main execution script
This project is licensed under the MIT License - see the LICENSE file for details.
Show Acknowledgments
A big thanks to everyone who contributed to this project by opening an issue to suggest an improvement or report a bug.
| Core Components | |
|---|---|
| yt-dlp | Download Engine |
| FFmpeg | Media Processing |
| Deno | Runtime for yt-dlp plugins |
| Libraries & Frameworks | |
| PySide6 | GUI Framework |
| Pillow | Image Processing |
| requests | HTTP Requests |
| packaging | Version/Package Management |
| markdown | Markdown Rendering |
| loguru | Logging |
| Assets & Contributors | |
| New Notification 09 by Universfield | Notification Sound |
| viru185 | Code Contributor |
This tool is for personal use only. Please respect YouTube's Terms of Service and content creator rights.
Made with โค๏ธ by oop7



