Files
nhentai/doujinshi_dl/__init__.py
Ricter Zheng 1131df0b94 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>
2026-04-02 18:18:48 +08:00

4 lines
81 B
Python

__version__ = '2.0.6'
__author__ = 'RicterZ'
__email__ = 'ricterzheng@gmail.com'