‰PNG  IHDR @ @ ªiqÞ pHYs   šœ —tEXtComment #!/usr/bin/python -t # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2.1 of the License, or (at your option) any later version. # # This library 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 # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the # Free Software Foundation, Inc., # 59 Temple Place, Suite 330, # Boston, MA 02111-1307 USA # This file is part of urlgrabber, a high-level cross-protocol url-grabber # Copyright 2002-2006 Michael D. Stenner, Ryan Tomayko """NAME urlgrabber - a simple client for the urlgrabber python package DESCRIPTION This is a thin client for the urlgrabber python package. It is provided mainly for helping debug the python package. It provides low-level access to most urlgrabber features from the shell. There are two types of options available for this program. They are 'client options' and 'module options'. Client options apply specifically to the behavior of this client, whereas module options are built-in options to the urlgrabber module. Both of these are avaible from the client command line, but they're documented a little differently. Client options are documented here, and module options are documented through the '--help