On Tue, Mar 12, 2002, James Dessart wrote:
> How would I go about adding new comics to pluck-comics?
The only available "instruction" is the example in the python file
(and of course the items in the comics lists),
# Comic dictionaries example
#comic_list.append({
# 'name': 'name of comic for filename and selection',
# 'page': 'URL of the comic page',
# 'expr': "regex for the picture name",
# 'suff': 'suffix of image (.gif, .jpg, .etc)',
# 'base': 'URL where the pictures are stored _or_ cgi script (see popeye)',
# 'refr': 'URL of referring page (some King Features comics need this'})
Maybe Chris (who wrote the tool) can be persuaded into adding a short
description in the FAQ ;-)
/Mike