Computer Science Canada [REBOL] Script to pull images out of web pages |
Author: | btiffin [ Wed May 07, 2008 12:52 am ] | ||
Post subject: | [REBOL] Script to pull images out of web pages | ||
Hello, This script will pull images out of a web page. I wrote it for darkangel, thought I might as well post it.
If anyone wants it explained, or info on what can be done other than just printing the url and size (width by height) just ask. This is a quick write, a lot of the lines could be removed and expressions condensed. It could be made a function where you pass the site instead of hardcoding etc, etc. By the way, REBOL's load function is doubleplus good. Note; this won't handle all cases, by any means; ECMAScript calculated names, CGI hidden, etc etc. Cheers |