From b28dbc6d86ce5e224138f69129f1473ad76bd739 Mon Sep 17 00:00:00 2001 From: Ricter Zheng Date: Thu, 2 Apr 2026 18:23:02 +0800 Subject: [PATCH] feat: remove --cookie/--useragent, update README for token auth - Remove --cookie and --useragent CLI parameters - Update README: replace cookie/UA setup guide with --token - Update favorites auth check message - Bump version to 2.0.7 Co-Authored-By: Claude Sonnet 4.6 --- README.rst | 24 +++--------------------- doujinshi_dl/__init__.py | 2 +- doujinshi_dl/cmdline.py | 22 +++------------------- pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 42 deletions(-) diff --git a/README.rst b/README.rst index 92a8fb8..9576129 100644 --- a/README.rst +++ b/README.rst @@ -52,26 +52,11 @@ For a self-contained installation, use `pipx "] license = "MIT"