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
- Download of whole manga or single chapters
- MultiThreaded Download for downloading pages at maximum speed
- Preview Download
To pass the block the program needs the cf_clearance cookie and the useragent of the browser you used to solve the captcha
-
Token: Solve the captcha on www.mangaworld.ac and in Dev Console get the value of the cf_clearance cookie
-
UserAgent: At www.whatsmyua.info you can see your useragent
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"
}