This is a updated and improved version of my old mangareader download I am hoping to add gui to this soon
I will compile binaries for MacOS soon, and I do not access to a windows computer right now, so I will compile for windows and linux in the future when I get back
TO run the gui, just make sure you have python installed and added to PATH, and run
python3 gui.py
if that doesnt work, run
python gui.py
for the url, please enter the front page of the manga, eg. https://mangareader.to/the-dangers-in-my-heart-1859, or the program will just quit.
To use this, ensure you have chromedriver_autoinstaller, selenium and PyMuPDF installed using pip, install them with command
pip3 install -r requirements.txt
Run main.py
, and enter the link to the first page of the manga. eg. https://mangareader.to/read/kaguyasama-love-is-war-13/en/volume-1
You can also pass it on as a argument. eg:
python3 main.py https://mangareader.to/read/kaguyasama-love-is-war-13/en/volume-1
To use the batch downloader, run batch.py, and enter the first volume/chapter of the manga you want to download eg:
ENTER URL: https://mangareader.to/read/kaguyasama-love-is-war-13/en/volume-1
And enter the final volume you want to download up to (and including):
ENTER URL: https://mangareader.to/read/kaguyasama-love-is-war-13/en/volume-1
FINAL VOLUME: 26
Now that the manga is downloaded (you can check in the "temp" folder), run stitcher.py and wait for it to generate the pdfs from the downloaded manga, which will be in the downloads folder.