ben <[EMAIL PROTECTED]> writes:
> i know that "--noimage" will not parse the images but i still get '[img]'
> where the image was, for websites i can kinda deal with it but its anoying,
"Me too". I just commented out the following lines in
/usr/lib/python2.0/site-packages/PyPlucker/PluckerDocs.py:
if value.has_key ('alt'):
data.append (value['alt'])
#else: <----------- here (line 650)
# data.append ('[img]') <----------- and here
Would be nice to make it configurable on the command line (like
--no-imgtags), but I haven't (yet) grokked Python and Plucker source
enough to contribute that.
HTH,
Krid