mirror of
https://github.com/RicterZ/nhentai.git
synced 2026-04-08 18:50:21 +02:00
Initial commit: doujinshi-dl generic plugin framework
History reset as part of DMCA compliance. The project has been refactored into a generic, site-agnostic download framework. Site-specific logic lives in separate plugin packages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
5
doujinshi_dl/downloader.py
Normal file
5
doujinshi_dl/downloader.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# coding: utf-8
|
||||
# Compatibility shim — re-exports from new location.
|
||||
# Preserves backward compatibility for: from doujinshi_dl.downloader import Downloader, CompressedDownloader
|
||||
from doujinshi_dl.core.downloader import * # noqa: F401, F403
|
||||
from doujinshi_dl.core.downloader import Downloader, CompressedDownloader, download_callback # noqa: F401
|
||||
Reference in New Issue
Block a user