The updates inlude:
- Added new features
- Some optimization
- Downloading chapters are now starting from zero (the previous one was from highest chapter)
For CLI
- Added
--no-oneshot-chapter
. If oneshot chapter exist, don't download it. - Added
--use-compressed-image
. Use low size images manga - Added
--start-chapter
. Start download chapter from given chapter number. - Added
--end-chapter
. Stop download chapter from given chapter number.
For Embedding
- Added
compressed_image
parameter indownload()
function - Added
start_chapter
parameter indownload()
function - Added
end_chapter
parameter indownload()
function - Added
no_oneshot_chapter
indownload()
function