This commit is contained in:
Yuvi9587
2025-07-01 22:59:30 +05:30
3 changed files with 8925 additions and 103 deletions

View File

@@ -214,7 +214,7 @@ Controls for how downloaded content is structured into folders.
- **⤵️ Add to Filter Button:** Opens a dialog displaying all entries from `Known.txt` (with a search bar). Select one or more entries to add them to the "**🎯 Filter by Character(s)**" input field. Grouped names from `Known.txt` are added with the `~` syntax if applicable.
- **🗑️ Delete Selected Button:** Removes the currently selected name(s) from the list display and from the `Known.txt` file.
- **Open Known.txt Button:** Opens your `Known.txt` file in the system's default text editor for manual editing.
- **❓ Help Button (Known.txt):** Opens a guide or tooltip explaining the `Known.txt` feature and syntax.
- **❓ Help Button:** Opens a guide or tooltip explaining the app feature
---

8996
main.py

File diff suppressed because it is too large Load Diff

View File

@@ -1,31 +1,25 @@
<h1 align="center">Kemono Downloader v5.3.0</h1>
<h1 align="center">Kemono Downloader v5.5.0</h1>
<table align="center">
<tr>
<td align="center">
<img src="Read/Read.png" alt="Post Downloader Tab" width="400"/>
<br>
<img src="Read/Read.png" alt="Default Mode" width="400"/><br>
<strong>Default</strong>
</td>
<td align="center">
<img src="Read/Read1.png" alt="Creator Downloader Tab" width="400"/>
<br>
<img src="Read/Read1.png" alt="Favorite Mode" width="400"/><br>
<strong>Favorite mode</strong>
</td>
</tr>
<tr>
<td align="center">
<img src="Read/Read2.png" alt="Settings Tab" width="400"/>
<br>
<img src="Read/Read2.png" alt="Single Post" width="400"/><br>
<strong>Single Post</strong>
</td>
<td align="center">
<img src="Read/Read3.png" alt="Settings Tab" width="400"/>
<br>
<img src="Read/Read3.png" alt="Manga/Comic Mode" width="400"/><br>
<strong>Manga/Comic Mode</strong>
</td>
<td align="center">
</td>
</tr>
</table>
---