potatoeggy / mandown

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

Download from range of chapters #43

Closed kou9221 closed 2 years ago

kou9221 commented 2 years ago

Is there a way i can download a range of chapters or one chapter only on mandown?

potatoeggy commented 2 years ago

Hi!

You can use mandown download <URL> --start <NUMBER> --end <NUMBER>.

For example, to download only the second chapter:

mandown download <URL> --start 2 --end 2
kou9221 commented 2 years ago

Hi!

You can use mandown download <URL> --start <NUMBER> --end <NUMBER>.

For example, to download only the second chapter:

mandown download <URL> --start 2 --end 2

Thanks didn't know about that it can do that. Also thanks for the update 🙇