feat: migrate to API token auth, remove legacy parser

- Add --token parameter (takes priority over --cookie)
- Deprecate --cookie and --useragent with warning messages
- Remove --legacy flag and legacy HTML search parser
- Migrate --artist search to use v2 API query syntax (artist:slug)
- Bump version to 2.0.6

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ricter Zheng
2026-04-02 18:18:48 +08:00
parent f2abc7b79f
commit 1131df0b94
4 changed files with 16 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "doujinshi-dl"
version = "2.0.5"
version = "2.0.6"
description = "doujinshi downloader"
authors = ["Ricter Z <ricterzheng@gmail.com>"]
license = "MIT"