Skip to content

Python script to extract image files from an HTML file with base64 encoded images

License

Notifications You must be signed in to change notification settings

mirite/base64-extracter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base64-extracter

Extract image files from HTML with base64 encoded images Takes a file titled sample.html and extracts all of the svg, png, and webp images that were base64 encoded inside that file and saves them as separate files inside the output/assets directory. A modified version of the html file is generated with the new paths added in place of the encoded images.

About

Python script to extract image files from an HTML file with base64 encoded images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages