From 6aa6b0da21438961524f615b6daca4e7ab5f503f Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:41:13 +0200 Subject: [PATCH] fix markdown typo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f92229..52f1be9 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,12 @@ cbzplayer my_comic.pdf ### Requirements for CBR Support CBR file support requires: + - The `rarfile` Python package (automatically installed with CBZ) - An external RAR extraction tool such as: - - `unrar` (recommended) - Available in most package managers - - `rar` - Commercial RAR archiver - - `7zip` - Free alternative with RAR support + - `unrar` (recommended) - Available in most package managers + - `rar` - Commercial RAR archiver + - `7zip` - Free alternative with RAR support For installation instructions and compatibility details, see the [rarfile documentation](https://github.com/markokr/rarfile). @@ -189,6 +190,7 @@ comic_from_pdf = ComicInfo.from_pdf('/path/to/your_comic.pdf') ``` **Notes**: + - CBR support requires an external RAR extraction tool. For detailed compatibility information and advanced configuration, see the [rarfile documentation](https://github.com/markokr/rarfile). - PDF files only provide image content; comic metadata (title, series, etc.) is not available from PDF files.