Quote:
Originally Posted by kovidgoyal
Simply add the original-id attribute yourself before parsing using the uuid module.
|
Hi, Kovid, thanks for the notice!
It seems that I need rewrite a new parse_feeds to overrid the built-in one.
I know how to handle soup in parse_index.
After reading the source code of parse_feeds, I'm confused about how to preprocess the XML to add an attribute.
Could you give me some clues?
Thanks!