mirror of
https://github.com/RicterZ/nhentai.git
synced 2026-04-18 14:55:34 +02:00
--artist now calls parser.artist() which resolves the artist name to a
tag id via the /tags/artist/{slug} endpoint, then queries /galleries/tagged
for exact results. BaseParser.artist() defaults to search('artist:...')
as fallback for plugins that don't implement it.
Fixes #430
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
4 lines
81 B
Python
4 lines
81 B
Python
__version__ = '2.0.9'
|
|
__author__ = 'RicterZ'
|
|
__email__ = 'ricterzheng@gmail.com'
|