From 37f75b7d75e1285331c444496d27fe5fb2b71060 Mon Sep 17 00:00:00 2001 From: oop7 <110548351+oop7@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:13:35 +0200 Subject: [PATCH] Update README with new module and dialog files Added ytsage_ffmpeg_updater.py and ytsage_dialogs_updater.py to the project structure in the README to reflect recent additions to the codebase. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a72377b..f19771a 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,8 @@ YTSage/ │ ├── 📄 ytsage_downloader.py # Download functionality │ ├── 📄 ytsage_ffmpeg.py # FFmpeg integration │ ├── 📄 ytsage_utils.py # Utility functions - │ └── 📄 ytsage_yt_dlp.py # yt-dlp integration + │ ├── 📄 ytsage_yt_dlp.py # yt-dlp integration + │ └── 📄 ytsage_ffmpeg_updater.py # FFmpeg updater ├── 📁 gui/ # User interface components │ ├── 📄 __init__.py # GUI package init │ ├── 📄 ytsage_gui_format_table.py # Format table functionality @@ -393,7 +394,8 @@ YTSage/ │ ├── 📄 ytsage_dialogs_ffmpeg.py # FFmpeg-related dialogs │ ├── 📄 ytsage_dialogs_selection.py # Selection dialogs │ ├── 📄 ytsage_dialogs_settings.py # Settings dialogs - │ └── 📄 ytsage_dialogs_update.py # Update dialogs + │ ├── 📄 ytsage_dialogs_update.py # Update dialogs + │ └── 📄 ytsage_dialogs_updater.py # Updater dialogs └── 📁 utils/ # Utility modules ├── 📄 __init__.py # Utils package init ├── 📄 ytsage_config_manager.py # Configuration management