bato.to Downloader - Batoto manga/comics downloader, download comics and manga into local sorted folders
- Open the manga/comic you would like to download on http://bato.to/
- Open the console in your web browser (In Chrome for example - right click, inspect element, console) and filter out all the existing logs
- Copy the script from the ImageGetter.js file and copy it into your browser console, click enter
- Wait until you see a red message in the console
- Copy all the links from the console
- Clean up the list so it only contains space seperated links
- Open your terminal and run
mkdir MyComicName && cd MyComicName && wget https://raw.githubusercontent.com/rosenpin/BatotoComicsDownloader/master/ComicsDownloader.sh && ./ComicsDownloader.sh [replace this with list of links here from step 5]- Wait for about an hour - 5 hours (depending on your connection speed) for the files to download
- A unix machine (Linux/MacOS)
- A terminal emulator
- wget
