NAME

strip.pl - todo.pl helper script that scarfs links from a web page and outputs a TODO-friendly queue list.


SYNOPSIS

strip.pl -iu http://foo.com/image_gallery.html -o todo.txt


OPTIONS

-u <url>
File or URL for source HTML. Required.

-o <output file>
Output file path. Queue info will be appended to this file if given, printed to STDOUT otherwise.

-p
Use link text as todo PREFIX.

-i
Get only links to image files.

-m
Get only links to music files.

-t
Get URIs from <img> tags, not <a> hrefs.


LICENSE

Copyright 2002-2004 by Coke Harrington <coke@cokesque.com>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA