| Retrieve all images from a URL:
Some questions (looking for confirmation)
Are the only HTML included URL supported for download from a page those found in <img src=""> tags?
Are relative paths support in img src?
Are cross-domain URLs supported? (e.g. img src="a.example.com/a.jpg" from an html page on b.example.com)
Are images as found as a result of javascript ("on-hover" for example) also included with this?
Are images references with <a href=""> included when all images are retreived in a URL?
I don't need excuse, or how to make these work at this time, just a list of what is supported and what isn't.
Also, if something above is not supported, do you have a timeline for when support will be added?
Also, if you do not have support for something, do you accept modifications to code as submitted by users to add features?
Thanks!
|