Usage: cctv.py [-d] [-q] [-n int] [--root] [--range min-max]
[--delay float] [--duration float] urlfile
-d: Turn on debugging output.
-q: Quiet. Suppress humorous status messages.
-n int: The number of CCTVs to rotate amongst. Defaults to 5.
--root: Display the images on the root window.
--range min-max: The minimum and maximum mean pixel values to
allow, as a string such as "20-210", or the special string
"localtime". If a range, the values must be in the range
0 to 255. Images not in this range will be discarded.
If "localtime", images appropriate to your local time will
be used. If not provided, all images may be used.
--delay float: The minimum number of seconds to wait between image
downloads. Defaults to 1.0.
--duration float: The number of seconds to spend on each CCTV.
Defaults to 10.0.
urlfile: A file containing one URL per line.