potatoeggy / mandown

Comic/manga/webtoon downloader and CBZ/EPUB/MOBI/PDF converter
GNU Affero General Public License v3.0
45 stars 7 forks source link

Fix many things #41

Closed potatoeggy closed 2 years ago

potatoeggy commented 2 years ago

The signature is now def download(comic: BaseComic | str, ...). If a str is provided, Mandown will query it.

Also use metafile for versioning.

Resolves #39, #37