GIF89a; EcchiShell v1.0
//usr/bin/

Mass Deface Email Grabber

' syntax. CLIENT OPTIONS -h, --help In its short form, (-h) this provides a short usage discription. In its long form, it processes the remaining command line as help topics. Legal topics are: doc this info options a list of module options documentation for a given module option all documentation for all module options Examples: urlgrabber --help options urlgrabber --help copy_local -o FILE By default, downloaded data will be written to a file named using the basename of the url. For example, 'http://foo.com/index.html' will be written to 'index.html'. You can override this for your convenience or when necessary for urls like 'http://foo.com/' -O Print the local name of each downloaded file to STDOUT. This is helpful when not using the '-o' option, but is particularly useful when using --copy_local=0 (the default) on local files because local files will not be copied and the output filename will not be the same as that provided with '-o'. --repeat=N Grab each url N times. This is mostly for debugging keepalive. -p, --progress Use the default text-based progress meter. -v, --verbose=N Increment the verbosity level with each use of '-v' or set it directly with --verbose=N. Currently, distinct levels are 0-2. The default is 0. -d SPEC, --debug=SPEC Turn on internal urlgrabber debugging. This is equivalent (but overrides) running with the environment variable: URLGRABBER_DEBUG=SPEC SPEC can be of the form LEVEL,FILENAME, where LEVEL can be string (DEBUG, WARN, etc) or number. FILENAME can be the name of a file or "-" for STDOUT. The default is STDERR. Example: -d1,- logs everything to STDOUT. Note: this only works for python > 2.3 because it requires the logging package. -D A convenience alias for: --verbose=3 --progress --debug=INFO,- --profile Profile the actual fetching and print the results. """ MAINHELP = """usage: urlgrabber [options] urlgrabber - a simple client for the urlgrabber python package options: -h, --help print this message --help doc print basic intro and documentation --help options list available options to the grabber module --help