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,3 +1,3 @@
__version__ = '2.0.5'
__version__ = '2.0.6'
__author__ = 'RicterZ'
__email__ = 'ricterzheng@gmail.com'