From 50ee50cd5cc41653b7d458543d7adf4b57a28c8a Mon Sep 17 00:00:00 2001 From: Yuvi9587 <114073886+Yuvi9587@users.noreply.github.com> Date: Sat, 10 May 2025 12:16:45 +0530 Subject: [PATCH] readme.md --- readme.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/readme.md b/readme.md index e31ea8b..8292ebb 100644 --- a/readme.md +++ b/readme.md @@ -13,9 +13,6 @@ A feature-rich GUI application built with PyQt5 to download content from [Kemono * Failed files auto-retry up to 3 times. * Clear logging for each retry attempt. -* **Batch URL Import** - * Load multiple creator or post URLs from a `.txt` file. - * **Improved Manga Mode** * Better post ordering and handling of missing or untitled posts. * Optional numeric-only sorting for consistent naming. @@ -63,7 +60,7 @@ A feature-rich GUI application built with PyQt5 to download content from [Kemono Full threading for creators, single-thread fallback for post mode. * **Download Controls** - Cancel, pause, or skip files mid-download. + Cancel files mid-download. Visual progress tracking with per-post summaries. * **Dark Mode** @@ -73,10 +70,6 @@ A feature-rich GUI application built with PyQt5 to download content from [Kemono ## 🔧 Backend Enhancements -* **Session File Support** - Downloads can be resumed even after a crash or restart. - Session progress is saved automatically. - * **Retry Logic** Auto-retries individual failed files before skipping. Logs all failures with HTTP codes and reasons.