From f88cf66a23cc006036239f7aad5767a335a90c05 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:03:13 +0200 Subject: [PATCH] Remove ytsage_style.py from package file list The reference to ytsage_style.py was removed from the README to reflect its absence or deprecation in the codebase. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 22bc784..33e8ef4 100644 --- a/README.md +++ b/README.md @@ -379,7 +379,6 @@ YTSage/ │ ├── 📄 __init__.py # Core package init │ ├── 📄 ytsage_downloader.py # Download functionality │ ├── 📄 ytsage_ffmpeg.py # FFmpeg integration - │ ├── 📄 ytsage_style.py # UI styling │ ├── 📄 ytsage_utils.py # Utility functions │ └── 📄 ytsage_yt_dlp.py # yt-dlp integration ├── 📁 gui/ # User interface components