Skip to content

AlexZorzi/MangaWorldDownloader

Repository files navigation

MangaWorld Downloader

A Downloader For mangaworld.ac, a project for educational purposes not affiliated with mangaworld.ac, I am not responsible for the use and images hosted on mangaworld.ac

IT Translation DE Translation

Features

  • Download of whole manga or single chapters
  • MultiThreaded Download for downloading pages at maximum speed
  • Preview Download

In case of a CloudFlare captcha

To pass the block the program needs the cf_clearance cookie and the useragent of the browser you used to solve the captcha

the program will automatically ask you for these two parameters if it needs them, then it will automatically save them in a JSON file so you can use them even after the program has been closed.

Manually: you can manually enter the values in a file called cred.json with this structure in the same folder as the executable

{
"useragent" : "useragent value here"
"cf_clearance" : "cf_clearance value here"
}