feedparser v3.0.fc3 Release Notes

Release Date: 2004-06-18 // almost 20 years ago
    • ๐Ÿ“œ Fixed bug in _changeEncodingDeclaration that failed to parse utf-16 encoded feeds
    • ๐Ÿ“œ Made source into a FeedParserDict
    • Duplicate admin:generatorAgent/@rdf:resource in generator_detail.url
    • ๐Ÿ‘ Added support for image
    • ๐Ÿ”จ Refactored parse() fallback logic to try other encodings if SAX parsing fails (previously it would only try other encodings if re-encoding failed)
    • ๐Ÿšš Remove unichr madness in normalize_attrs now that we're properly tracking encoding in and out of BaseHTMLProcessor
    • Set feed.language from root-level xml:lang
    • Set entry.id from rdf:about
    • Send Accept header