Add MangaLib source

This commit is contained in:
2026-05-02 20:03:21 +03:00
parent bc7b5bfe37
commit ebc1825794
11 changed files with 1508 additions and 491 deletions

View File

@@ -234,9 +234,9 @@ async def _analyze(url: str):
paths = await source.get_chapter_images_and_download(
page, first.url, dest_dir=Path(tmp), manga_url=url
)
click.echo(f" Скачано изображений: {len(paths)}")
for p in paths[:3]:
click.echo(f" {p.name} ({p.stat().st_size} байт)")
click.echo(f" Скачано изображений: {len(paths)}")
for p in paths[:3]:
click.echo(f" {p.name} ({p.stat().st_size} байт)")
db.close()