Kea is an appication for downloading comics from https://www.webtoons.com for personal, offline use.
You can find the latest release on the right under the "About" section in the "Releases" tab.
Click on it and then click on the .zip file that isn't named "Source code".
After the .zip folder downloaded unzip it and run Kea.exe.
(all files in the Kea folder need to stay in the same directory)
To edit Kea, download everything and open Kea.sln in Visual Studio.
- enter all links of the comics you want to download into the uppermost text field
(Links must be seperated by a line break) - press the add all to queue button to, uh... add them to the queue
(If a comic does not get added, the link was invalid) - Use remove selected and remove all to delete comics you dont want to download
- The default start chapter will always be 1 and the default end chapter 'end'
- These can be changed to any number greater than zero
(the start chapter needs to be smaller than the end chapter)
- Select a save folder by pressing the folder button
- Check each catoon for the application to save all chapters of a cartoon under a common folder (each chapter works likewise)
- The images of a chapter can either be saved as a single PDF document or multible images (.jpg)
(since all images already get bundled together if a PDF is created, the option each chapter is deactivated) - Now you can click the start button and wait (all controls should be deactivated until the download is done)
my discord tag is: Rusting Robot#7758
or write me an email: rusting.robot.scratch@gmail.com
- HtmlAgilityPack - for parsing HTML
- ITextSharp - for converting images to a PDF file