From f2c2f477a47155aebf46c21ac44f3c9ffa77e76f Mon Sep 17 00:00:00 2001 From: Muhamed <110548351+oop7@users.noreply.github.com> Date: Tue, 28 Jan 2025 17:29:25 +0200 Subject: [PATCH] Add files via upload --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6266a31..bf2fc48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YTSage -A modern YouTube downloader with a clean PyQt6 interface. Download videos in any quality, extract audio, fetch subtitles (including auto-generated), and view video metadata. Built with yt-dlp for reliable performance. +A modern YouTube downloader with a clean PySide6 interface. Download videos in any quality, extract audio, fetch subtitles (including auto-generated), and view video metadata. Built with yt-dlp for reliable performance. ## Screenshots @@ -31,20 +31,22 @@ A modern YouTube downloader with a clean PyQt6 interface. Download videos in any - đŸŽĨ Smart video quality selection with automatic audio merging - đŸŽĩ Audio-only extraction -- 📝 Manual and auto-generated subtitle support +- 📝 Manual and auto-generated subtitle support with language filtering - â„šī¸ Video metadata display (views, upload date, duration) - đŸ–ŧī¸ Thumbnail preview -- 🎨 Clean, user-friendly interface +- 🎨 Clean, modern PySide6 interface - 🚀 Built on yt-dlp for robust downloading - â¯ī¸ Download control (pause, resume, and cancel) - 📊 Real-time progress tracking (speed, ETA, percentage) - 📝 Built-in yt-dlp log viewer -- âš™ī¸ Custom yt-dlp command support +- âš™ī¸ Custom yt-dlp command support with real-time output - 📋 Playlist download support with auto-detection - 💾 Save download path memory -- 🔄 Automatic updates checker +- 🔄 One-click yt-dlp updater - âš ī¸ User-friendly error messages - đŸ› ī¸ FFmpeg installation checker and guide +- 📎 Quick URL paste button +- đŸŽ¯ Smart format filtering (Video/Audio) ## Download @@ -113,7 +115,7 @@ By following these steps, you can efficiently download entire playlists in the b ## Requirements - Python 3.7+ -- PyQt6 +- PySide6 - yt-dlp - Pillow - requests @@ -137,7 +139,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file ## Acknowledgments - [yt-dlp](https://github.com/yt-dlp/yt-dlp) for the powerful downloading engine -- [PyQt6](https://www.riverbankcomputing.com/software/pyqt/) for the GUI framework +- [PySide6]([text](https://en.wikipedia.org/wiki/PySide)) for the GUI framework - [FFmpeg](https://ffmpeg.org/) for the audio and video processing - [Pillow](https://pypi.org/project/Pillow/) for the image processing - [requests](https://pypi.org/project/requests/) for the HTTP requests