Search Results

0
votes
3answers
164 views

Decompile .swf file to get images in python

I would like to decompile a .swf file and get all the images from it, in python. Are there any libraries that do this? …
0
votes
2answers
64 views

Parse multimedia files out of an HTML page (any language)

Given an HTML page I would like to get all the 'x' files that are embedded in the HTML file or are linked by it, where 'x' equals: Images (JPG,PNG,GIF...) Documents (Word, Po …