From a65e2d7137f3062b2357db4f719fc604e2b28c28 Mon Sep 17 00:00:00 2001 From: Nicolai Weitkemper Date: Sun, 15 Oct 2023 16:20:06 +0200 Subject: [PATCH] add note about unauthorized access --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c938994..541052e 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,16 @@ To be precise, it saves… ### Book selection - `--book-slug`: the book slug (e.g. `get-smart-en`) - - ⚠️ As of writing, no authentication is required to access _any_ book, a benefit which _should_ require a subscription _in theory_. Do consider the legal and moral implications of using this. - `--freedaily`: Each day, Blinkist offers a free book for each locale. - [Website (en)](https://www.blinkist.com/en/content/daily) - Further options include `--book-slug`, `--latest`, `--latest-collections`, `--search`, and `--trending`. Refer to `main.py --help` for more information. - 🛈 If you pass multiple of these options, all of them will be used. +> [!INFORMATION] +> It seems like Blinkist now prevents unauthorized access to books. +> If you have a Blinkist Premium account, check out the [`feature/import-session`](https://github.com/NicoWeio/blinkist/tree/feature/import-session) branch. + + ## Installation ```bash