File
145513380213.jpg
- (8.35KB
, 225x225
, help.jpg
)
I have about 400 html files that contain images encoded in base64
<img src="data:image/svg+xml;base64,[really ass long string]">
I need some way to save these images as individual files. Yes, I can save as in my browser (firefox), but only one at a time, and there are 400 pages with as many as 100 images each. Page Info/Media also works, but only for one image at a time, selecting all and hitting save does nothing. So unless I can find some bulk method that will work with base64, I'm looking at a really, really long slog through this mess. Any help or advice would be greatly appreciated.