GatoLoko / novel2epub

Download asian (chinese, japanese, korean, ...) light novels for offline reading.
GNU General Public License v2.0
14 stars 1 forks source link

Need help #1

Closed WSrujan closed 3 years ago

WSrujan commented 3 years ago

how to download multiple volume at once?

GatoLoko commented 3 years ago

Novel2Epub does not provide such functionality, and depending on the source, the servers could refuse to support multiple simultaneous conections, so I don't have plans to support it.

That said, it's easy to download them sequentially with a single command. Here is a sample using bash shell to download volumes 1 through 5 of mga:

for i in seq 1 5; do novel2epub mga $i; done

El lun, 18 de enero de 2021 22:55, WSrujan notifications@github.com escribió:

how to download multiple volume that once?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GatoLoko/novel2epub/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3NRAQHWHMSFNAV3PPQ5LTS2SU5DANCNFSM4WH4BM6Q .