beson
New Member
- Dec 18, 2017
- 3
- 2
Hello, I'm looking for a way to extract images from HTML games that embed their images into the main html file. The image data is stored in base64 format inside the html page code. I can manually find the blocks of base64 code and paste them into any online decoder, one image at a time. But it's way too tedious.
I tried to find any programs that could parse the HTML file and convert the base64 code into proper image files, but so far I had no luck.
The closest I got was with a command-line tool
Does anyone know a tool that can extract the base64 images from HTML files automatically and in bulk?
I tried to find any programs that could parse the HTML file and convert the base64 code into proper image files, but so far I had no luck.
The closest I got was with a command-line tool
You must be registered to see the links
that has "--extract-media" option that is supposed to do that. However, It only worked with simple html files that I made just for testing, with a few base64 images inside. Extracting from html files from the real games failed. I guess the tool just can't get past all the fancy game scripts code. The actual games I tried it with were Cambion [Chiakipus] and
You must be registered to see the links
.Does anyone know a tool that can extract the base64 images from HTML files automatically and in bulk?