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.
This commit is contained in:
oop7
2025-11-12 18:13:35 +02:00
parent 0764e3327c
commit 37f75b7d75
+4 -2
View File
@@ -380,7 +380,8 @@ YTSage/
│ ├── 📄 ytsage_downloader.py # Download functionality │ ├── 📄 ytsage_downloader.py # Download functionality
│ ├── 📄 ytsage_ffmpeg.py # FFmpeg integration │ ├── 📄 ytsage_ffmpeg.py # FFmpeg integration
│ ├── 📄 ytsage_utils.py # Utility functions │ ├── 📄 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 ├── 📁 gui/ # User interface components
│ ├── 📄 __init__.py # GUI package init │ ├── 📄 __init__.py # GUI package init
│ ├── 📄 ytsage_gui_format_table.py # Format table functionality │ ├── 📄 ytsage_gui_format_table.py # Format table functionality
@@ -393,7 +394,8 @@ YTSage/
│ ├── 📄 ytsage_dialogs_ffmpeg.py # FFmpeg-related dialogs │ ├── 📄 ytsage_dialogs_ffmpeg.py # FFmpeg-related dialogs
│ ├── 📄 ytsage_dialogs_selection.py # Selection dialogs │ ├── 📄 ytsage_dialogs_selection.py # Selection dialogs
│ ├── 📄 ytsage_dialogs_settings.py # Settings 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 └── 📁 utils/ # Utility modules
├── 📄 __init__.py # Utils package init ├── 📄 __init__.py # Utils package init
├── 📄 ytsage_config_manager.py # Configuration management ├── 📄 ytsage_config_manager.py # Configuration management